aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/uart_emul.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bhyve/uart_emul.h')
-rw-r--r--usr.sbin/bhyve/uart_emul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/uart_emul.h b/usr.sbin/bhyve/uart_emul.h
index 5a53294da89e..a66701c18580 100644
--- a/usr.sbin/bhyve/uart_emul.h
+++ b/usr.sbin/bhyve/uart_emul.h
@@ -43,7 +43,7 @@ struct uart_softc *uart_init(uart_intr_func_t intr_assert,
int uart_legacy_alloc(int unit, int *ioaddr, int *irq);
uint8_t uart_read(struct uart_softc *sc, int offset);
void uart_write(struct uart_softc *sc, int offset, uint8_t value);
-int uart_set_backend(struct uart_softc *sc, const char *opt);
+int uart_set_backend(struct uart_softc *sc, const char *device);
#ifdef BHYVE_SNAPSHOT
int uart_snapshot(struct uart_softc *sc, struct vm_snapshot_meta *meta);
#endif