Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/include Change _MACHINE_PIO_H to _POWERPC_P...



details:   https://anonhg.NetBSD.org/src/rev/14a17871c380
branches:  trunk
changeset: 510371:14a17871c380
user:      matt <matt%NetBSD.org@localhost>
date:      Sun May 27 20:59:15 2001 +0000

description:
Change _MACHINE_PIO_H to _POWERPC_PIO_H

diffstat:

 sys/arch/powerpc/include/pio.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r db5a9749bfbf -r 14a17871c380 sys/arch/powerpc/include/pio.h
--- a/sys/arch/powerpc/include/pio.h    Sun May 27 20:58:06 2001 +0000
+++ b/sys/arch/powerpc/include/pio.h    Sun May 27 20:59:15 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pio.h,v 1.1 2001/02/05 19:33:54 briggs Exp $ */
+/*     $NetBSD: pio.h,v 1.2 2001/05/27 20:59:15 matt Exp $ */
 /*     $OpenBSD: pio.h,v 1.1 1997/10/13 10:53:47 pefo Exp $ */
 
 /*
@@ -33,8 +33,8 @@
  *
  */
 
-#ifndef _MACHINE_PIO_H_
-#define _MACHINE_PIO_H_
+#ifndef _POWERPC_PIO_H_
+#define _POWERPC_PIO_H_
 /*
  * I/O macros.
  */
@@ -324,4 +324,4 @@
 #define        inslrb(a,d,c)   (__inslrb((volatile u_int32_t *)(a), d, c))
 #define        ins32rb(a,d,c)  inslrb(a,d,c)
 
-#endif /*_MACHINE_PIO_H_*/
+#endif /*_POWERPC_PIO_H_*/



Home | Main Index | Thread Index | Old Index