Module Name: src
Committed By: jmcneill
Date: Fri Oct 12 22:15:48 UTC 2018
Added Files:
src/sys/arch/evbarm/include: acpi_machdep.h
Log Message:
Add wrapper for acpi_machdep.h
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/include/acpi_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/sys/arch/evbarm/include/acpi_machdep.h
diff -u /dev/null src/sys/arch/evbarm/include/acpi_machdep.h:1.1
--- /dev/null Fri Oct 12 22:15:48 2018
+++ src/sys/arch/evbarm/include/acpi_machdep.h Fri Oct 12 22:15:48 2018
@@ -0,0 +1,3 @@
+/* $NetBSD: acpi_machdep.h,v 1.1 2018/10/12 22:15:48 jmcneill Exp $ */
+
+#include <arm/acpi_machdep.h>