diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2016-01-12 18:42:00 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2016-01-12 18:42:00 +0000 |
| commit | fdfbb3f5b1b6199051e3421609c783b216cef6e5 (patch) | |
| tree | 14739faaae386fb5d29687a3195d9a2dc44052f5 /sys/dev/uart/uart_bus.h | |
| parent | c1f892e0d16efb8eefd25be64c36c3add2d29c8d (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_bus.h')
| -rw-r--r-- | sys/dev/uart/uart_bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus.h b/sys/dev/uart/uart_bus.h index 11d599e670fef..d46c28dd4e53b 100644 --- a/sys/dev/uart/uart_bus.h +++ b/sys/dev/uart/uart_bus.h @@ -113,6 +113,7 @@ struct uart_softc { /* Pulse capturing support (PPS). */ struct pps_state sc_pps; int sc_pps_mode; + sbintime_t sc_pps_captime; /* Upper layer data. */ void *sc_softih; |
