1 /*
2  * Copyright (c) 2023 STMicroelectronics
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 
8 #ifndef _STM32WBA_LINK_LAYER_PLAT_LOCAL_H_
9 #define _STM32WBA_LINK_LAYER_PLAT_LOCAL_H_
10 
11 void link_layer_register_isr(void);
12 
13 #endif /* _STM32WBA_LINK_LAYER_PLAT_LOCAL_H_ */
14