X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fprotocol.h;h=a752ee827f47ddcd78bf42b0a5f3c47a92b54a0d;hb=b2d09dd5e6470782290f3ba9b6175bf25688d208;hp=080d40452d2e5e826539582ef020c3715631cf24;hpb=70994853a1addb091d532327e2c4aca8a58c7932;p=bertos.git diff --git a/app/triface/protocol.h b/app/triface/protocol.h index 080d4045..a752ee82 100644 --- a/app/triface/protocol.h +++ b/app/triface/protocol.h @@ -26,7 +26,9 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2000 Bernardo Innocenti + * * --> * * \brief Implementation of the command protocol between the board and the host @@ -36,13 +38,13 @@ * \author Marco Benelli */ + #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