Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
b75a2bf899b668b1d52de8846aafdbcf81349c73
/
.
/
arch
/
s390
/
include
/
asm
/
device.h
blob: 4a9f35e0973ff166956c123d594fd24c7dfafc92 [
file
] [
log
] [
blame
]
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
struct
dev_archdata
{
struct
dma_map_ops
*
dma_ops
;
};
struct
pdev_archdata
{
};