KT24-1110_65E-HA-651B/apps/common/dev_manager/dev_update.h
2024-11-10 18:44:17 +08:00

11 lines
200 B
C

#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__