rtc_32.h 138 B

12345678910
  1. #ifndef _I386_RTC_H
  2. #define _I386_RTC_H
  3. /*
  4. * x86 uses the default access methods for the RTC.
  5. */
  6. #include <asm-generic/rtc.h>
  7. #endif