preps for marcans bt hax
[ppcskel.git] / usb / drivers / bt.h
1 /*
2         ppcskel - a Free Software replacement for the Nintendo/BroadOn bootloader.
3         bluetooth driver
4
5 Copyright (C) 2009     Bernhard Urban <lewurm@gmx.net>
6 Copyright (C) 2009     Sebastian Falbesoner <sebastian.falbesoner@gmail.com>
7
8 # This code is licensed to you under the terms of the GNU GPL, version 2;
9 # see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
10 */
11
12
13 #ifndef __BT_H
14 #define __BT_H
15
16 void usb_bt_init();
17 void usb_bt_probe();
18 void usb_bt_check();
19 u8 usb_bt_inuse();
20 void usb_bt_remove();
21
22 #endif /* __BT_H */
23