summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/uart/uart_bus.h')
-rw-r--r--sys/dev/uart/uart_bus.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/uart/uart_bus.h b/sys/dev/uart/uart_bus.h
index 5396515a8c91..7154d859026a 100644
--- a/sys/dev/uart/uart_bus.h
+++ b/sys/dev/uart/uart_bus.h
@@ -67,14 +67,11 @@
*/
struct uart_class {
KOBJ_CLASS_FIELDS;
+ struct uart_ops *uc_ops; /* Low-level console operations. */
u_int uc_range; /* Bus space address range. */
u_int uc_rclk; /* Default rclk for this device. */
};
-extern struct uart_class uart_ns8250_class;
-extern struct uart_class uart_sab82532_class;
-extern struct uart_class uart_z8530_class;
-
struct uart_softc {
KOBJ_FIELDS;
struct uart_class *sc_class;