xref: /haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap_address.h (revision 746cac055adc6ac3308c7bc2d29040fb95689cc9)
1 /*
2  * Copyright 2006, 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 
9 
10 #ifndef L2CAP_ADDRESS_H
11 #define L2CAP_ADDRESS_H
12 
13 extern struct net_address_module_info gL2cap4AddressModule;
14 
15 #endif	// L2CAP_ADDRESS_H
16