|
/*
|
|
* Copyright (c) 2023 STMicroelectronics
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
|
|
#ifndef _STM32WBA_LINK_LAYER_PLAT_LOCAL_H_
|
|
#define _STM32WBA_LINK_LAYER_PLAT_LOCAL_H_
|
|
|
|
void link_layer_register_isr(void);
|
|
|
|
#endif /* _STM32WBA_LINK_LAYER_PLAT_LOCAL_H_ */
|