Sign in
coral
/
linux-imx
/
refs/heads/imx_4.9.51_imx8m_ga
/
.
/
include
/
linux
/
atm.h
blob: 30006c4359516970be63aaa3ab788c260fe4eda1 [
file
] [
log
] [
blame
] [
edit
]
/* 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