mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23: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
|