Changeset 9b05600 in rtems for c/src/lib/include/ioccom.h
- Timestamp:
- 06/14/00 20:22:31 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5e77d129
- Parents:
- 07f0442
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/include/ioccom.h
r07f0442 r9b05600 38 38 #define _SYS_IOCCOM_H_ 39 39 40 /* the definitions were moved to a common placed so they could be shared */ 41 #include <sys/rtems_ioccom.h> 42 43 #if 0 40 44 /* 41 45 * Ioctl's have the command encoded in the lower word, and the size of … … 62 66 /* this should be _IORW, but stdio got there first */ 63 67 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) 68 #endif 64 69 65 70 #ifndef KERNEL
Note: See TracChangeset
for help on using the changeset viewer.