rtc.h 142 B

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