Module Name: src
Committed By: christos
Date: Fri Mar 6 02:31:13 UTC 2020
Modified Files:
src/sys/arch/amigappc/include: bus_defs.h
Log Message:
gayle wants stride_1swap now, so declare the rest of the bus methods since
we already define them anyway.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/amigappc/include/bus_defs.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/amigappc/include/bus_defs.h
diff -u src/sys/arch/amigappc/include/bus_defs.h:1.7 src/sys/arch/amigappc/include/bus_defs.h:1.8
--- src/sys/arch/amigappc/include/bus_defs.h:1.7 Mon Sep 23 12:17:54 2019
+++ src/sys/arch/amigappc/include/bus_defs.h Thu Mar 5 21:31:13 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_defs.h,v 1.7 2019/09/23 16:17:54 skrll Exp $ */
+/* $NetBSD: bus_defs.h,v 1.8 2020/03/06 02:31:13 christos Exp $ */
/*
* Copyright (c) 1996 Leo Weppelman. All rights reserved.
@@ -176,10 +176,13 @@ struct amiga_bus_space_methods {
#define __BUS_SPACE_HAS_STREAM_METHODS
extern const struct amiga_bus_space_methods amiga_bus_stride_1;
+extern const struct amiga_bus_space_methods amiga_bus_stride_1swap;
+extern const struct amiga_bus_space_methods amiga_bus_stride_1swap_abs;
extern const struct amiga_bus_space_methods amiga_bus_stride_2;
extern const struct amiga_bus_space_methods amiga_bus_stride_4;
extern const struct amiga_bus_space_methods amiga_bus_stride_4swap;
extern const struct amiga_bus_space_methods amiga_bus_stride_16;
extern const struct amiga_bus_space_methods amiga_bus_stride_0x1000;
+extern const struct amiga_bus_space_methods amiga_bus_stride_0x4000;
#endif /* _AMIGAPPC_BUS_DEFS_H_ */