xref: /haiku/src/add-ons/kernel/network/protocols/l2cap/l2cap_address.h (revision b671e9bbdbd10268a042b4f4cc4317ccd03d105e)
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