atm_he.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* atm_he.h */
  2. #ifndef LINUX_ATM_HE_H
  3. #define LINUX_ATM_HE_H
  4. #include <linux/atmioc.h>
  5. #define HE_GET_REG _IOW('a', ATMIOC_SARPRV, struct atmif_sioc)
  6. #define HE_REGTYPE_PCI 1
  7. #define HE_REGTYPE_RCM 2
  8. #define HE_REGTYPE_TCM 3
  9. #define HE_REGTYPE_MBOX 4
  10. struct he_ioctl_reg {
  11. unsigned addr, val;
  12. char type;
  13. };
  14. #endif /* LINUX_ATM_HE_H */