Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 05dda977f2574c3341abef9b74c27d2b362e1e3a authored by Linus Torvalds on 26 March 2008, 01:38:14 UTC
Linux 2.6.25-rc7
Tip revision: 05dda97
mc146818rtc.h
/*
 * Machine dependent access functions for RTC registers.
 */
#ifndef _M68KNOMMU_MC146818RTC_H
#define _M68KNOMMU_MC146818RTC_H

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

#endif /* _M68KNOMMU_MC146818RTC_H */
back to top