]> rtime.felk.cvut.cz Git - sysless.git/blob - common/libs4c/cmdproc/cmd_bth.h
Added .gitignore
[sysless.git] / common / libs4c / cmdproc / cmd_bth.h
1 #ifndef CMD_BTH_H
2 #define CMD_BTH_H
3
4 /* Bluetooth specific */
5
6 cmd_des_t const **cmd_bth;
7
8 extern cmd_io_t cmd_io_bth;
9
10 int cmd_bth_line_out(cmd_io_t *cmd_io);
11
12 int cmd_bth_line_in(cmd_io_t *cmd_io);
13
14 char *cmd_bth_rdline(cmd_io_t *cmd_io, int mode);
15
16 int cmd_bth_processor_run(void);
17
18 #endif