mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
11 lines
142 B
C
11 lines
142 B
C
|
#ifndef _ALPHA_RTC_H
|
||
|
#define _ALPHA_RTC_H
|
||
|
|
||
|
/*
|
||
|
* Alpha uses the default access methods for the RTC.
|
||
|
*/
|
||
|
|
||
|
#include <asm-generic/rtc.h>
|
||
|
|
||
|
#endif
|