Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
81bd93ab283aa3e9e83bb32dc0ccc28e958f75b5
/
.
/
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