Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 826eeb53a6f264842200d3311d69107d2eb25f5e authored by Linus Torvalds on 03 February 2006, 06:03:08 UTC
Linux v2.6.16-rc2
Tip revision: 826eeb5
mc146818rtc.h
/*
 * Machine dependent access functions for RTC registers.
 */
#ifndef _ASM_MC146818RTC_H
#define _ASM_MC146818RTC_H

/* empty include file to satisfy the include in genrtc.c */

#endif /* _ASM_MC146818RTC_H */
back to top