aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus.h
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2016-01-12 18:42:00 +0000
committerIan Lepore <ian@FreeBSD.org>2016-01-12 18:42:00 +0000
commitfdfbb3f5b1b6199051e3421609c783b216cef6e5 (patch)
tree14739faaae386fb5d29687a3195d9a2dc44052f5 /sys/dev/uart/uart_bus.h
parentc1f892e0d16efb8eefd25be64c36c3add2d29c8d (diff)
Notes
Diffstat (limited to 'sys/dev/uart/uart_bus.h')
-rw-r--r--sys/dev/uart/uart_bus.h1
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;