Module Name: src
Committed By: christos
Date: Sun May 22 16:01:43 UTC 2011
Modified Files:
src/sys/arch/x86/include: pio.h
Log Message:
remove _
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/include/pio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/include/pio.h
diff -u src/sys/arch/x86/include/pio.h:1.8 src/sys/arch/x86/include/pio.h:1.9
--- src/sys/arch/x86/include/pio.h:1.8 Mon Apr 28 16:23:40 2008
+++ src/sys/arch/x86/include/pio.h Sun May 22 12:01:43 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: pio.h,v 1.8 2008/04/28 20:23:40 martin Exp $ */
+/* $NetBSD: pio.h,v 1.9 2011/05/22 16:01:43 christos Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
* Functions to provide access to x86 programmed I/O instructions.
*/
-u_int8_t inb(unsigned);
+uint8_t inb(unsigned);
void insb(unsigned, void *, int);
uint16_t inw(unsigned);
void insw(unsigned, void *, int);