summaryrefslogtreecommitdiff
path: root/emulators/rtc/files/rtc.h
blob: d3a151e286e5fe4cbfd0bfaf5105cc37eca8239c (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef RTC_H
#define RTC_H


#define RTCIO_PIE_ON		_IO('p', 0x05)
#define RTCIO_IRQP_SET		_IO('p', 0x0c)

#endif /* RTC_H */