diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-08-19 22:56:31 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-08-19 22:56:31 +0000 |
commit | 8a1ae5514bf9f793282ea5a61254f7fbb3a5ec3e (patch) | |
tree | 317452d53b8f901052d08c7ebbce07e85839bb43 /include/asm-mips/mc146818rtc.h | |
parent | 794ff4dc959a8dfef4f704ef6a5bb7334e421623 (diff) |
MIPS 64, day 2.
Diffstat (limited to 'include/asm-mips/mc146818rtc.h')
-rw-r--r-- | include/asm-mips/mc146818rtc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-mips/mc146818rtc.h b/include/asm-mips/mc146818rtc.h index 2b455951e..4ed782fc6 100644 --- a/include/asm-mips/mc146818rtc.h +++ b/include/asm-mips/mc146818rtc.h @@ -1,4 +1,4 @@ -/* $Id: mc146818rtc.h,v 1.3 1998/06/25 20:19:26 ralf Exp $ +/* $Id: mc146818rtc.h,v 1.2 1998/06/30 00:23:10 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -8,8 +8,8 @@ * * Copyright (C) 1996, 1997, 1998 Ralf Baechle */ -#ifndef __ASM_MIPS_MC146818RTC_H -#define __ASM_MIPS_MC146818RTC_H +#ifndef _ASM_MC146818RTC_H +#define _ASM_MC146818RTC_H #include <asm/io.h> @@ -43,4 +43,4 @@ struct rtc_ops { extern struct rtc_ops *rtc_ops; -#endif /* __ASM_MIPS_MC146818RTC_H */ +#endif /* _ASM_MC146818RTC_H */ |