summaryrefslogtreecommitdiff
path: root/src/superio/NSC/pc87360/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/NSC/pc87360/chip.h')
-rw-r--r--src/superio/NSC/pc87360/chip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/superio/NSC/pc87360/chip.h b/src/superio/NSC/pc87360/chip.h
index 9e0ef6f976..0a9846b137 100644
--- a/src/superio/NSC/pc87360/chip.h
+++ b/src/superio/NSC/pc87360/chip.h
@@ -5,7 +5,8 @@
#define SIO_COM2_BASE 0x2F8
#endif
-extern struct chip_control superio_NSC_pc87360_control;
+struct chip_operations;
+extern struct chip_operations superio_NSC_pc87360_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>