生成的代码包

This commit is contained in:
2026-09-04 10:33:31 +08:00
commit 2914489fe6
905 changed files with 216565 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#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__