aboutsummaryrefslogtreecommitdiff
path: root/car/common.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-01-25 02:50:39 +0100
committerDimitri Sokolyuk <demon@dim13.org>2017-01-25 02:50:39 +0100
commit427998e3506be484caeec94ab720cefbfebf35f2 (patch)
tree2c7a05f7b4cec72f20b8473d9f8dba5daea8f7f3 /car/common.h
parent5ba39ddb1385043ed29cb913597e4e285e457273 (diff)
wip
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