KT25-1014_AC695x_BTE_SDK310/apps/soundbox/include/smartbox/smartbox.h

16 lines
300 B
C
Raw Normal View History

2025-10-14 08:57:01 +00:00
#ifndef __SMARTBOX_H__
#define __SMARTBOX_H__
#include "typedef.h"
#include "app_config.h"
#include "smartbox/config.h"
#include "smartbox/function.h"
#include "browser/browser.h"
#include "smartbox/cmd_user.h"
#include "smartbox/smartbox_task.h"
void smartbox_init(void);
#endif//__SMARTBOX_H__