KT25-1014_AC695x_BTE_SDK310/apps/common/dev_manager/dev_update.h

11 lines
200 B
C
Raw Normal View History

2025-10-14 08:57:01 +00:00
#ifndef __DEV_UPDATE_H__
#define __DEV_UPDATE_H__
#include "typedef.h"
#include "system/includes.h"
void *dev_update_get_parm(int type);
u16 dev_update_check(char *logo);
#endif//__DEV_UPDATE_H__