]> rtime.felk.cvut.cz Git - mirosot.git/blob - bluetooth/bth_receive.h
An unsucesfull attempt to clean bluetooth library and make it working.
[mirosot.git] / bluetooth / bth_receive.h
1 /*******************************************************************\r
2   bluetooth library\r
3 \r
4   bth_receive.h - definition of a check structur for enter queue.\r
5 \r
6   Copyright (C) 2006 by Petr Kovacik petr_kovacik@gmail.com\r
7 \r
8  *******************************************************************/\r
9 \r
10 #ifndef BTH_RECEIVE_H\r
11 #define BTH_RECEIVE_H\r
12 \r
13 typedef struct{\r
14     uint8_t *buf_beg; //start of adress structur\r
15     uint8_t *buf_end; //end of adress structur - beg+sizeof(struct)\r
16     uint8_t *ip;      //actual position at queue\r
17     uint8_t *op;      // not use\r
18 } bth_que_t;\r
19 \r
20 \r
21 #endif\r