blob: 36fe9083e9517620372317007c8b8f91b3532bb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef RTC_H
#define RTC_H
#define RTCIO_PIE_ON _IO('p', 0x05)
#define RTCIO_IRQP_SET _IO('p', 0x0c)
#ifndef M_WAITOK
#define M_WAITOK 0x0000
#endif
#endif /* RTC_H */
|