New header guards.

This commit is contained in:
Ralf Corsepius
2005-02-13 05:00:15 +00:00
parent 008c4b5ef9
commit a859df8559
28 changed files with 68 additions and 68 deletions

View File

@@ -15,8 +15,8 @@
*
* $Id$
*/
#ifndef _LIBCPU_IO_H_
#define _LIBCPU_IO_H_
#ifndef _LIBCPU_IO_H
#define _LIBCPU_IO_H
#define PREP_ISA_IO_BASE 0x80000000
@@ -137,4 +137,4 @@ extern inline void out_be32(volatile unsigned *addr, int val)
}
#endif /* ASM */
#endif /* _LIBCPU_IO_H_ */
#endif /* _LIBCPU_IO_H */