xref: /haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap_address.h (revision 13581b3d2a71545960b98fefebc5225b5bf29072)
1 /*
2  * Copyright 2007, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Oliver Ruiz Dorantes, oliver-ruiz.dorantes_at_gmail.com
7  */
8 #ifndef L2CAP_ADDRESS_H
9 #define L2CAP_ADDRESS_H
10 
11 extern struct net_address_module_info gL2capAddressModule;
12 
13 #endif	// L2CAP_ADDRESS_H
14