/* SPDX-License-Identifier: GPL-2.0+ */ #ifndef _MANU_H_ #define _MANU_H_ void CM_Manu_Task(void); void CAPI_DebugPuts(char *buf, int Len); #endif