1 /* sys/ioc_cmos.h - CMOS ioctl() command codes.
7 #include <minix/ioctl.h>
9 #define CIOCGETTIME _IOR('c', 1, struct tm)
10 #define CIOCGETTIMEY2K _IOR('c', 2, struct tm)
11 #define CIOCSETTIME _IOW('c', 3, u32_t)
12 #define CIOCSETTIMEY2K _IOW('c', 4, u32_t)
14 #endif /* _S_I_CMOS_H */