atm.h 248 B

123456789101112131415
  1. /* atm.h - general ATM declarations */
  2. #ifndef _LINUX_ATM_H
  3. #define _LINUX_ATM_H
  4. #include <uapi/linux/atm.h>
  5. #ifdef CONFIG_COMPAT
  6. #include <linux/compat.h>
  7. struct compat_atmif_sioc {
  8. int number;
  9. int length;
  10. compat_uptr_t arg;
  11. };
  12. #endif
  13. #endif