1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 05:00:30 -04:00
ports/emulators/rtc/files/rtc.h

13 lines
176 B
C

#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 */