1 /*
2  * Copyright (c) 2025 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 /**
8  * @file fmac_event.h
9  *
10  * @brief Header containing event specific declarations in the system mode
11  * for the FMAC IF Layer of the Wi-Fi driver.
12  */
13 
14 #ifndef __FMAC_EVENT_SYS_H__
15 #define __FMAC_EVENT_SYS__H__
16 
17 enum nrf_wifi_status nrf_wifi_sys_fmac_event_callback(void *mac_dev_ctx,
18 						      void *rpu_event_data,
19 						      unsigned int rpu_event_len);
20 
21 #endif /* __FMAC_EVENT_SYS_H__ */