Sign in
gem5
/
arm
/
linux-arm64-legacy
/
f47d5bb02e6738b80391b1859f0364819d7ab0c8
/
.
/
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