From 427998e3506be484caeec94ab720cefbfebf35f2 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 25 Jan 2017 02:50:39 +0100 Subject: wip --- car/common.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 car/common.h (limited to 'car/common.h') 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 -- cgit v1.2.3