From 290427f21ea089c37184886c6569e8a01b990cca Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 05:39:54 +0100 Subject: Fix broken forward declarations --- tools/hciattach_ti.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/hciattach_ti.c') diff --git a/tools/hciattach_ti.c b/tools/hciattach_ti.c index 7c1d58f9..1d6e273f 100644 --- a/tools/hciattach_ti.c +++ b/tools/hciattach_ti.c @@ -43,6 +43,8 @@ #include #include +#include "hciattach.h" + #ifdef HCIATTACH_DEBUG #define DPRINTF(x...) printf(x) #else @@ -109,9 +111,6 @@ struct bts_action_serial { uint32_t flow_control; }__attribute__ ((packed)); -extern int set_speed(int fd, struct termios *ti, int speed); -extern int read_hci_event(int fd, unsigned char* buf, int size); - static FILE *bts_load_script(const char* file_name, uint32_t* version) { struct bts_header header; -- cgit