aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-01-01 20:59:28 +0000
committerWarner Losh <imp@FreeBSD.org>2006-01-01 20:59:28 +0000
commit501755f4f61fef5716992ea6d59cfba80eef84ee (patch)
treec4bed81f55898e2e761741fc45085dd6e2945181 /sys/arm
parent70261a611f26566b1f80bdbe0eeb31ea7a961448 (diff)
downloadsrc-501755f4f61fef5716992ea6d59cfba80eef84ee.tar.gz
src-501755f4f61fef5716992ea6d59cfba80eef84ee.zip
Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate for
each platform. These will be used in the pci code in preference to the complicated #ifdefs we have there now.
Notes
Notes: svn path=/head/; revision=153955
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/_types.h b/sys/arm/include/_types.h
index c700f523caf1..8775b9622a5d 100644
--- a/sys/arm/include/_types.h
+++ b/sys/arm/include/_types.h
@@ -43,6 +43,8 @@
#error this file needs sys/cdefs.h as a prerequisite
#endif
+#define __PCI_REROUTE_INTERRUPT
+
/*
* Basic types upon which most other types are built.
*/