summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/dev/fga.c
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>1999-07-25 23:49:37 +0000
committerjason <jason@openbsd.org>1999-07-25 23:49:37 +0000
commit41f2a19d34065069f94e2fe3f1136c6daa0a9503 (patch)
tree8502252ea1107d87332ea45d02b92d631e2df7a5 /sys/arch/sparc/dev/fga.c
parentdocument ioctls (diff)
downloadwireguard-openbsd-41f2a19d34065069f94e2fe3f1136c6daa0a9503.tar.xz
wireguard-openbsd-41f2a19d34065069f94e2fe3f1136c6daa0a9503.zip
move around ioctl definitions
Diffstat (limited to 'sys/arch/sparc/dev/fga.c')
-rw-r--r--sys/arch/sparc/dev/fga.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sparc/dev/fga.c b/sys/arch/sparc/dev/fga.c
index b6d88026ce5..e53b4a06d57 100644
--- a/sys/arch/sparc/dev/fga.c
+++ b/sys/arch/sparc/dev/fga.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fga.c,v 1.1 1999/07/23 19:11:25 jason Exp $ */
+/* $OpenBSD: fga.c,v 1.2 1999/07/25 23:49:37 jason Exp $ */
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@ -59,8 +59,7 @@
#include <sparc/dev/fgareg.h>
#include <sparc/dev/fgavar.h>
-#include <sparc/dev/fgaio.h>
-#include <sparc/dev/daadioreg.h>
+#include <machine/fgaio.h>
int fgamatch __P((struct device *, void *, void *));
void fgaattach __P((struct device *, struct device *, void *));