aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/io/serial.h')
-rw-r--r--os/io/serial.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/io/serial.h b/os/io/serial.h
index a70dcf7c4..6324a5f5b 100644
--- a/os/io/serial.h
+++ b/os/io/serial.h
@@ -42,6 +42,9 @@
/** Break detected.*/
#define SD_BREAK_DETECTED 32
+/**
+ * @brief Structure representing a serial driver.
+ */
typedef struct _SerialDriver SerialDriver;
#include "serial_lld.h"