mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08: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
|