X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fprotocol.h;h=a752ee827f47ddcd78bf42b0a5f3c47a92b54a0d;hb=472dc53614981252f30b7cc4da9199a7a21678ee;hp=02314845145669f1e772bb32546d4f4aafdf4972;hpb=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a;p=bertos.git diff --git a/app/triface/protocol.h b/app/triface/protocol.h index 02314845..a752ee82 100644 --- a/app/triface/protocol.h +++ b/app/triface/protocol.h @@ -1,7 +1,34 @@ /** * \file * * * \brief Implementation of the command protocol between the board and the host @@ -11,20 +38,13 @@ * \author Marco Benelli */ -/*#* - *#* $Log$ - *#* Revision 1.1 2006/06/01 12:29:21 marco - *#* Add first simple protocol command (version request). - *#* - *#*/ #ifndef PROTOCOL_H #define PROTOCOL_H -// fwd decl -struct Serial; +#include -void protocol_init(struct Serial *ser); -void protocol_run(struct Serial *ser); +void protocol_init(KFile *fd); +void protocol_run(KFile *fd); #endif // PROTOOCOL_H