mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3cf900afec
Some apps such as VMware for Linux would be happy with it. The code was originally written by Vladimir N. Silyaev. Note: It _includes_ Linux ioctl support, but basically it's FreeBSD native stuff. I'm importing this into emulators category for convevience' sake. Check it out.
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 */
|
|
|