source:
trunk/minix/include/sys/ioc_cmos.h@
11
Last change on this file since 11 was 9, checked in by , 14 years ago | |
---|---|
File size: 313 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | /* sys/ioc_cmos.h - CMOS ioctl() command codes. |
2 | */ | |
3 | ||
4 | #ifndef _S_I_CMOS_H | |
5 | #define _S_I_CMOS_H | |
6 | ||
7 | #include <minix/ioctl.h> | |
8 | ||
9 | #define CIOCGETTIME _IOR('c', 1, u32_t) | |
10 | #define CIOCGETTIMEY2K _IOR('c', 2, u32_t) | |
11 | #define CIOCSETTIME _IOW('c', 3, u32_t) | |
12 | #define CIOCSETTIMEY2K _IOW('c', 4, u32_t) | |
13 | ||
14 | #endif /* _S_I_CMOS_H */ | |
15 |
Note:
See TracBrowser
for help on using the repository browser.