aboutsummaryrefslogtreecommitdiff
path: root/car/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'car/common.h')
-rw-r--r--car/common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/car/common.h b/car/common.h
new file mode 100644
index 0000000..2192c1c
--- /dev/null
+++ b/car/common.h
@@ -0,0 +1,10 @@
+#ifndef COMMON_H
+#define COMMON_H
+
+#include "pb_encode.h"
+#include "pb_decode.h"
+
+pb_istream_t pb_istream_from_serial();
+pb_ostream_t pb_ostream_from_serial();
+
+#endif