diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-05-16 14:18:12 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-05-16 14:18:12 +0000 |
commit | d46913964dd390ca5b9b162941abb1a1eb414ef4 (patch) | |
tree | bcc18e2c5278170812fc807e58f60ceb2add035b /include/asm-i386/mc146818rtc.h | |
parent | f9055aeda90fec2eb7ce0c49382e51b87f6a4fc9 (diff) |
Cleanup RTC definitions. Patch with the entire MIPS RTC related
headerfile changes sent to Linus.
Diffstat (limited to 'include/asm-i386/mc146818rtc.h')
-rw-r--r-- | include/asm-i386/mc146818rtc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-i386/mc146818rtc.h b/include/asm-i386/mc146818rtc.h index 07f4149a4..8729c5dfb 100644 --- a/include/asm-i386/mc146818rtc.h +++ b/include/asm-i386/mc146818rtc.h @@ -1,8 +1,8 @@ /* * Machine dependent access functions for RTC registers. */ -#ifndef _I386_MC146818RTC_H -#define _I386_MC146818RTC_H +#ifndef _ASM_MC146818RTC_H +#define _ASM_MC146818RTC_H #include <asm/io.h> @@ -24,4 +24,4 @@ outb_p((addr),RTC_PORT(0)); \ outb_p((val),RTC_PORT(1)); \ }) -#endif /* _I386_MC146818RTC_H */ +#endif /* _ASM_MC146818RTC_H */ |