Dr Andrew Scott G7VAV

My photo
 
June 2025
Mo Tu We Th Fr Sa Su
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6


atm_he.h
01: /* atm_he.h */
02: 
03: #ifndef LINUX_ATM_HE_H
04: #define LINUX_ATM_HE_H
05: 
06: #include <linux/atmioc.h>
07: 
08: #define HE_GET_REG      _IOW('a', ATMIOC_SARPRV, struct atmif_sioc)
09: 
10: #define HE_REGTYPE_PCI  1
11: #define HE_REGTYPE_RCM  2
12: #define HE_REGTYPE_TCM  3
13: #define HE_REGTYPE_MBOX 4
14: 
15: struct he_ioctl_reg {
16:         unsigned addr, val;
17:         char type;
18: };
19: 
20: #endif /* LINUX_ATM_HE_H */
21: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/