mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
10 lines
127 B
C
10 lines
127 B
C
|
#ifndef RTC_H
|
||
|
#define RTC_H
|
||
|
|
||
|
|
||
|
#define RTCIO_PIE_ON _IO('p', 0x05)
|
||
|
#define RTCIO_IRQP_SET _IO('p', 0x0c)
|
||
|
|
||
|
#endif /* RTC_H */
|
||
|
|