X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fprotocol.h;fp=app%2Ftriface%2Fprotocol.h;h=0000000000000000000000000000000000000000;hb=24c21c92d29b76a3f0de0a107f4bafef7bb0f812;hp=26113482fca067c3d0738c3894a38702fb4f6453;hpb=6b7a2e7b20bc7fe05a61c17d6d96eb70c67a09c9;p=bertos.git diff --git a/app/triface/protocol.h b/app/triface/protocol.h deleted file mode 100644 index 26113482..00000000 --- a/app/triface/protocol.h +++ /dev/null @@ -1,50 +0,0 @@ -/** - * \file - * - * - * \brief Implementation of the command protocol between the board and the host - * - * \version $Id$ - * - * \author Marco Benelli - */ - - -#ifndef PROTOCOL_H -#define PROTOCOL_H - -#include - -void protocol_init(KFile *fd); -void protocol_run(KFile *fd); - -#endif // PROTOOCOL_H