xref: /haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap_address.h (revision 4f2fd49bdc6078128b1391191e4edac647044c3d)
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 gL2cap4AddressModule;
12 
13 #endif	// L2CAP_ADDRESS_H
14