aboutsummaryrefslogtreecommitdiff
path: root/car/common.h
blob: 2192c1cbb95a09bd9f9e4871835140f73ad54ebd (plain)
1
2
3
4
5
6
7
8
9
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