Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
094753c8c2aa24a00ceba7a0552d940d627692a5
/
.
/
include
/
linux
/
atm.h
blob: 30006c4359516970be63aaa3ab788c260fe4eda1 [
file
] [
log
] [
blame
]
/* atm.h - general ATM declarations */
#ifndef
_LINUX_ATM_H
#define
_LINUX_ATM_H
#include
<uapi/linux/atm.h>
#ifdef
CONFIG_COMPAT
#include
<linux/compat.h>
struct
compat_atmif_sioc
{
int
number
;
int
length
;
compat_uptr_t
arg
;
};
#endif
#endif