blob: 24c81bbde6d72433ab132fc6b74e843fc616bdf6 [file] [log] [blame]
/*
* Copyright (c) 2012-2013 Qualcomm Atheros, Inc.
* All Rights Reserved.
* Qualcomm Atheros Confidential and Proprietary.
*/
/******************************************************************************
* wlan_btc_svc.h
*
******************************************************************************/
#ifndef WLAN_BTC_SVC_H
#define WLAN_BTC_SVC_H
void send_btc_nlink_msg (int type, int dest_pid);
int btc_activate_service(void *pAdapter);
#endif