btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / kits / bluetooth / KitSupport.h
blob0bd8d1c07aa0e534b88846351b975db7a0d4ff7b
1 /*
2 * Copyright 2008 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
5 #ifndef KITSUPPORT_H
6 #define KITSUPPORT_H
8 #include <Messenger.h>
10 BMessenger* _RetrieveBluetoothMessenger(void);
12 uint8 GetInquiryTime();
13 void SetInquiryTime(uint8 time);
15 #endif