summaryrefslogtreecommitdiff
path: root/emulators/rtc/files/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/rtc/files/rtc.h')
-rw-r--r--emulators/rtc/files/rtc.h9
1 files changed, 9 insertions, 0 deletions
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 */
+