bluetooth/btCoreData: Add missing api_version

This commit is contained in:
Alexander von Gluck IV 2016-04-09 21:34:29 -05:00
parent 13afb4fb37
commit ebffd5b138

View File

@ -14,6 +14,10 @@
#define BT_DEBUG_THIS_MODULE
#include <btDebug.h>
int32 api_version = B_CUR_DRIVER_API_VERSION;
DoublyLinkedList<HciConnection> sConnectionList;
net_buffer_module_info* gBufferModule = NULL;