Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 2ddcca36c8bcfa251724fe342c8327451988be0d authored by Linus Torvalds on 03 May 2008, 18:59:44 UTC
Linux 2.6.26-rc1
Tip revision: 2ddcca3
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