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