Sign in
cos
/
third_party
/
kernel
/
fedbb6b4ff341c1e2120f4ffbf367fd78ac3e8f3
/
.
/
include
/
linux
/
atm.h
blob: 30006c4359516970be63aaa3ab788c260fe4eda1 [
file
]
/* 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