X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=blobdiff_plain;f=bertos%2Fnet%2Fprotocol.h;fp=bertos%2Fnet%2Fprotocol.h;h=5c0d92a4f468bad825d6d58f679a493ce05067da;hp=0000000000000000000000000000000000000000;hb=200574b741f08ec9f1f3e391176d499ad8faa4bb;hpb=1a8a2b9b57118be3f52d1261ebefac3875e67bcf diff --git a/bertos/net/protocol.h b/bertos/net/protocol.h new file mode 100644 index 00000000..5c0d92a4 --- /dev/null +++ b/bertos/net/protocol.h @@ -0,0 +1,50 @@ +/** + * \file + * + * + * \brief Implementation of the command protocol between the board and the host + * + * \author Marco Benelli + */ + + +#ifndef NET_PROTOCOL_H +#define NET_PROTOCOL_H + +#include + +#include + +void protocol_init(KFile *fd); +void protocol_run(KFile *fd); + +#endif /* NET_PROTOCOL_H */