blob: 30006c4359516970be63aaa3ab788c260fe4eda1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* atm.h - general ATM declarations */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef _LINUX_ATM_H
3#define _LINUX_ATM_H
4
David Howells607ca462012-10-13 10:46:48 +01005#include <uapi/linux/atm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
David Woodhouse8865c412008-12-03 22:12:38 -08007#ifdef CONFIG_COMPAT
8#include <linux/compat.h>
9struct compat_atmif_sioc {
10 int number;
11 int length;
12 compat_uptr_t arg;
13};
14#endif
15#endif