From 3cf900afec2aff896e54b02214e9c9d023d0cd20 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 3 Apr 2000 15:28:30 +0000 Subject: This is rtc, a kernel module for /dev/rtc device support. 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. --- emulators/rtc/files/rtc.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 emulators/rtc/files/rtc.h (limited to 'emulators/rtc/files/rtc.h') diff --git a/emulators/rtc/files/rtc.h b/emulators/rtc/files/rtc.h new file mode 100644 index 000000000000..d3a151e286e5 --- /dev/null +++ b/emulators/rtc/files/rtc.h @@ -0,0 +1,9 @@ +#ifndef RTC_H +#define RTC_H + + +#define RTCIO_PIE_ON _IO('p', 0x05) +#define RTCIO_IRQP_SET _IO('p', 0x0c) + +#endif /* RTC_H */ + -- cgit v1.2.3