aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/conf.h')
-rw-r--r--sys/alpha/include/conf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/alpha/include/conf.h b/sys/alpha/include/conf.h
new file mode 100644
index 000000000000..ee6b603b81a4
--- /dev/null
+++ b/sys/alpha/include/conf.h
@@ -0,0 +1,11 @@
+#ifndef _MACHINE_CONF_H_
+#define _MACHINE_CONF_H_
+
+#ifdef KERNEL
+#ifndef ACTUALLY_LKM_NOT_KERNEL
+#include "ioconf.h"
+#endif
+
+#endif /* KERNEL */
+
+#endif /* !_MACHINE_CONF_H_ */