2c6619e446
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28105 a95241bf-73f2-0310-859d-f6bbb57e9c96
13 lines
360 B
C
13 lines
360 B
C
/*
|
|
* Copyright 2008 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
|
|
* All rights reserved. Distributed under the terms of the MIT License.
|
|
*/
|
|
#ifndef _BTMODULES_H
|
|
#define _BTMODULES_H
|
|
|
|
|
|
#define NET_BLUETOOTH_DEVICE_NAME "network/devices/bluetooth/v1"
|
|
#define NET_BLUETOOTH_L2CAP_NAME "network/protocols/l2cap/v1"
|
|
|
|
#endif // _BCOREDATA_H
|