Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include remove _
details: https://anonhg.NetBSD.org/src/rev/744a27c6b690
branches: trunk
changeset: 765222:744a27c6b690
user: christos <christos%NetBSD.org@localhost>
date: Sun May 22 16:01:43 2011 +0000
description:
remove _
diffstat:
sys/arch/x86/include/pio.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 04fa527da9eb -r 744a27c6b690 sys/arch/x86/include/pio.h
--- a/sys/arch/x86/include/pio.h Sun May 22 12:33:49 2011 +0000
+++ b/sys/arch/x86/include/pio.h Sun May 22 16:01:43 2011 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index