]> rtime.felk.cvut.cz Git - tiny-bt.git/blobdiff - src2/bt_hw.h
new version
[tiny-bt.git] / src2 / bt_hw.h
diff --git a/src2/bt_hw.h b/src2/bt_hw.h
new file mode 100644 (file)
index 0000000..91f40d6
--- /dev/null
@@ -0,0 +1,22 @@
+//
+// C++ Interface: bt_hw
+//
+// Description: 
+//
+//
+// Author: root <root@ubuntu>, (C) 2008
+//
+// Copyright: See COPYING file that comes with this distribution
+//
+//
+#ifndef __BT_HW
+#define __BT_HW
+
+extern int hw_bt_open_device(__u8 type, __u8 dev_id);
+extern int hw_bt_close_dev();
+extern int hw_bt_write(__u8 *p_array, __u16 length);
+extern int hw_bt_read(__u8 *p_recbuf);
+
+
+
+#endif
\ No newline at end of file