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