1 /*
2  * Copyright 2025 NXP
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef __ADSP_H__
8 #define __ADSP_H__
9 
10 void dsp_start(void);
11 
12 #endif
13