diff options
Diffstat (limited to 'include/asm-alpha/rtc.h')
-rw-r--r-- | include/asm-alpha/rtc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-alpha/rtc.h b/include/asm-alpha/rtc.h new file mode 100644 index 000000000000..4e854b1333eb --- /dev/null +++ b/include/asm-alpha/rtc.h @@ -0,0 +1,10 @@ +#ifndef _ALPHA_RTC_H +#define _ALPHA_RTC_H + +/* + * Alpha uses the default access methods for the RTC. + */ + +#include <asm-generic/rtc.h> + +#endif |