1384740dcSRalf Baechle /*
2384740dcSRalf Baechle  * This file is subject to the terms and conditions of the GNU General Public
3384740dcSRalf Baechle  * License.  See the file "COPYING" in the main directory of this archive
4384740dcSRalf Baechle  * for more details.
5384740dcSRalf Baechle  *
6384740dcSRalf Baechle  * Machine dependent access functions for RTC registers.
7384740dcSRalf Baechle  *
8384740dcSRalf Baechle  * Copyright (C) 1996, 1997, 1998, 2000 Ralf Baechle
9384740dcSRalf Baechle  * Copyright (C) 2002  Maciej W. Rozycki
10384740dcSRalf Baechle  */
11384740dcSRalf Baechle #ifndef _ASM_MC146818RTC_H
12384740dcSRalf Baechle #define _ASM_MC146818RTC_H
13384740dcSRalf Baechle 
14384740dcSRalf Baechle #include <mc146818rtc.h>
15384740dcSRalf Baechle 
16384740dcSRalf Baechle #endif /* _ASM_MC146818RTC_H */
17