Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* atm.h - general ATM declarations */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | #ifndef _LINUX_ATM_H |
| 3 | #define _LINUX_ATM_H |
| 4 | |
David Howells | 607ca46 | 2012-10-13 10:46:48 +0100 | [diff] [blame] | 5 | #include <uapi/linux/atm.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
David Woodhouse | 8865c41 | 2008-12-03 22:12:38 -0800 | [diff] [blame] | 7 | #ifdef CONFIG_COMPAT |
| 8 | #include <linux/compat.h> |
| 9 | struct compat_atmif_sioc { |
| 10 | int number; |
| 11 | int length; |
| 12 | compat_uptr_t arg; |
| 13 | }; |
| 14 | #endif |
| 15 | #endif |