aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2015-01-21 03:24:18 +0000
committerIan Lepore <ian@FreeBSD.org>2015-01-21 03:24:18 +0000
commit2737497b8398ee7f0a3de051b5b0ffac8995fdfe (patch)
tree115508a6566303f0be36ff4aec7848d717418cb7 /sys/arm/include
parenta23e40a7615ef7c9104c5c812b63cf5a23a98354 (diff)
downloadsrc-2737497b8398ee7f0a3de051b5b0ffac8995fdfe.tar.gz
src-2737497b8398ee7f0a3de051b5b0ffac8995fdfe.zip
Move bs_unimplemented() to bus_space_generic.c so it can be shared.
Notes
Notes: svn path=/head/; revision=277470
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/bus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/include/bus.h b/sys/arm/include/bus.h
index f9a677e4f263..88458d799ead 100644
--- a/sys/arm/include/bus.h
+++ b/sys/arm/include/bus.h
@@ -730,6 +730,9 @@ bs_c_2_proto(f); \
bs_c_4_proto(f); \
bs_c_8_proto(f);
+void generic_bs_unimplemented(void);
+#define BS_UNIMPLEMENTED (void *)generic_bs_unimplemented
+
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
#define BUS_SPACE_MAXADDR_24BIT 0xFFFFFF