]> rtime.felk.cvut.cz Git - mirosot.git/blobdiff - bluetooth/bth_inface.h
Added bth_test application. Not finished.
[mirosot.git] / bluetooth / bth_inface.h
index 2ff1528e2584b3f0866f4701505d5f47c6ddbffb..02d1f58f7859cea3bd4852f899b207ebb1eaf78c 100644 (file)
 #ifndef _ID_BTH_INFACE_H_
 #define _ID_BTH_INFACE_H_
 
+#include <bth_config.h>
+#include <types.h>
+#ifdef CONFIG_BLUETOOTH_LINUX
+#endif
+
 #define BTH_INFACE_CHANAL     (1)
 #define BTH_INFACE_BUF_LEN    (70)
 
@@ -69,7 +74,6 @@ int bth_inface_sendstr(const char *s, int chan);
 
 int bth_inface_r_isr(int chan, int val);
 int bth_inface_t_isr(int chan);
-/* HACK: Include machine specific definitions */
 
 #endif /* _ID_BTH_INFACE_H_ */