mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 13:06:43 +07: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
|