source: ReferenceDesigns/w3_802.11/c/wlan_mac_high_framework/include/wlan_mac_high_mailbox_util.h

Last change on this file was 6319, checked in by chunter, 5 years ago

1.8.0 release wlan-mac-se

File size: 273 bytes
Line 
1#ifndef WLAN_MAC_HIGH_MAILBOX_UTIL_H_
2#define WLAN_MAC_HIGH_MAILBOX_UTIL_H_
3
4void wlan_mac_high_init_mailbox();
5void wlan_mac_high_ipc_rx();
6
7int setup_mailbox_interrupt();
8void mailbox_int_handler(void* callback_ref);
9
10#endif /* WLAN_MAC_HIGH_MAILBOX_UTIL_H_ */
Note: See TracBrowser for help on using the repository browser.