Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch remove inline from some non-inline function prototy...
details: https://anonhg.NetBSD.org/src/rev/fe2d1eeb10c0
branches: trunk
changeset: 767020:fe2d1eeb10c0
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jul 07 06:01:12 2011 +0000
description:
remove inline from some non-inline function prototypes.
diffstat:
sys/arch/prep/stand/boot/boot.h | 4 ++--
sys/arch/rs6000/stand/boot/boot.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 87749bfcc3b8 -r fe2d1eeb10c0 sys/arch/prep/stand/boot/boot.h
--- a/sys/arch/prep/stand/boot/boot.h Thu Jul 07 05:58:10 2011 +0000
+++ b/sys/arch/prep/stand/boot/boot.h Thu Jul 07 06:01:12 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.h,v 1.8 2006/06/20 05:49:09 garbled Exp $ */
+/* $NetBSD: boot.h,v 1.9 2011/07/07 06:01:12 mrg Exp $ */
#define TICKS_PER_SEC (66666667 / 4) /* 66MHz */
#define NS_PER_TICK (1000000000 / TICKS_PER_SEC)
@@ -38,7 +38,7 @@
* io
*/
void outb(int, char);
-inline void outw(int, u_int16_t);
+void outw(int, u_int16_t);
u_char inb(int);
u_long local_to_PCI(u_long);
void unlockVideo(int);
diff -r 87749bfcc3b8 -r fe2d1eeb10c0 sys/arch/rs6000/stand/boot/boot.h
--- a/sys/arch/rs6000/stand/boot/boot.h Thu Jul 07 05:58:10 2011 +0000
+++ b/sys/arch/rs6000/stand/boot/boot.h Thu Jul 07 06:01:12 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.h,v 1.1 2007/12/17 19:09:45 garbled Exp $ */
+/* $NetBSD: boot.h,v 1.2 2011/07/07 06:01:12 mrg Exp $ */
#define TICKS_PER_SEC (66666667 / 4) /* 66MHz */
#define NS_PER_TICK (1000000000 / TICKS_PER_SEC)
@@ -39,7 +39,7 @@
*/
int setup_iocc(void);
void outb(int, char);
-inline void outw(int, u_int16_t);
+void outw(int, u_int16_t);
u_char inb(int);
/*
Home |
Main Index |
Thread Index |
Old Index