Files
linux-apfs/include/linux/atm.h
T

16 lines
248 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
/* atm.h - general ATM declarations */
#ifndef _LINUX_ATM_H
#define _LINUX_ATM_H
2012-10-13 10:46:48 +01:00
#include <uapi/linux/atm.h>
2005-04-16 15:20:36 -07:00
2008-12-03 22:12:38 -08:00
#ifdef CONFIG_COMPAT
#include <linux/compat.h>
struct compat_atmif_sioc {
int number;
int length;
compat_uptr_t arg;
};
#endif
#endif