Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/include Remove zbusmap prototype from bus.h (...



details:   https://anonhg.NetBSD.org/src/rev/32847a947e35
branches:  trunk
changeset: 769742:32847a947e35
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Wed Sep 21 13:05:32 2011 +0000

description:
Remove zbusmap prototype from bus.h (now in zbusvar.h)

diffstat:

 sys/arch/amiga/include/bus.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 8aac71455c91 -r 32847a947e35 sys/arch/amiga/include/bus.h
--- a/sys/arch/amiga/include/bus.h      Wed Sep 21 12:48:57 2011 +0000
+++ b/sys/arch/amiga/include/bus.h      Wed Sep 21 13:05:32 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus.h,v 1.24 2011/08/04 17:48:51 rkujawa Exp $ */
+/*     $NetBSD: bus.h,v 1.25 2011/09/21 13:05:32 rkujawa Exp $ */
 
 /*
  * Copyright (c) 1996 Leo Weppelman.  All rights reserved.
@@ -280,7 +280,5 @@
 extern const struct amiga_bus_space_methods amiga_bus_stride_4swap;
 extern const struct amiga_bus_space_methods amiga_bus_stride_16;
 
-void *zbusmap(void *pa, u_int size);
-
 #endif /* _AMIGA_BUS_H_ */
 



Home | Main Index | Thread Index | Old Index