source: branches/minix3-book/include/sys/ioc_cmos.h@ 4

Last change on this file since 4 was 4, checked in by Mattia Monga, 13 years ago

Importazione sorgenti libro

File size: 313 bytes
Line 
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.