diff options
| author | Matt Macy <mmacy@FreeBSD.org> | 2018-07-22 23:32:21 +0000 |
|---|---|---|
| committer | Matt Macy <mmacy@FreeBSD.org> | 2018-07-22 23:32:21 +0000 |
| commit | f30f0f2b4792e63ffa8d07e2e791122bfb20fdbf (patch) | |
| tree | e4a065e953c3da8f759d1a0314c0e7bdf72c3fac /sys/dev/uart/uart.h | |
| parent | 16bb9a49ad6ce45b6f15cc03dff991231c02da49 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart.h')
| -rw-r--r-- | sys/dev/uart/uart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h index 73109173bd48..4ef6af3d901b 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -44,6 +44,7 @@ struct uart_bas { u_int rclk; u_int regshft; u_int regiowidth; + u_int busy_detect; }; #define uart_regofs(bas, reg) ((reg) << (bas)->regshft) |
