summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc64/include/conf.h
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2020-06-22 21:13:40 +0000
committerkettenis <kettenis@openbsd.org>2020-06-22 21:13:40 +0000
commit9cff15ef82ea860b6c29be0e577000460a15a956 (patch)
tree0ab2d40ea7f1812e7e7f6a2b7deb27ce61b3532f /sys/arch/powerpc64/include/conf.h
parentThe minimum frame size for the ELFv2 ABI is 32 bytes. Using this value (diff)
downloadwireguard-openbsd-9cff15ef82ea860b6c29be0e577000460a15a956.tar.xz
wireguard-openbsd-9cff15ef82ea860b6c29be0e577000460a15a956.zip
Add opalcons(4), a driver for the OPAL console.
Diffstat (limited to 'sys/arch/powerpc64/include/conf.h')
-rw-r--r--sys/arch/powerpc64/include/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/powerpc64/include/conf.h b/sys/arch/powerpc64/include/conf.h
index 611ce00bb3c..c73e197f389 100644
--- a/sys/arch/powerpc64/include/conf.h
+++ b/sys/arch/powerpc64/include/conf.h
@@ -1 +1,3 @@
#include <sys/conf.h>
+
+cdev_decl(opalcons);