mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-11 15:49:56 +00:00
11 lines
228 B
C
11 lines
228 B
C
|
#ifndef _ASM_IA64_MC146818RTC_H
|
||
|
#define _ASM_IA64_MC146818RTC_H
|
||
|
|
||
|
/*
|
||
|
* Machine dependent access functions for RTC registers.
|
||
|
*/
|
||
|
|
||
|
/* empty include file to satisfy the include in genrtc.c */
|
||
|
|
||
|
#endif /* _ASM_IA64_MC146818RTC_H */
|