更新SDK到 SR_Light_Hilink_14.2.1.312_20250704

This commit is contained in:
2025-07-11 07:50:14 +08:00
parent 3dc430b62b
commit 4ae4967cef
482 changed files with 10169 additions and 56719 deletions

View File

@@ -1,34 +0,0 @@
/* hfproduct.h
*
* Copyright (C) 2017 ShangHai High-flying Electronics Technology Co.,Ltd.
*
* This file is part of HSF.
*
*/
#ifndef _HF_PRODUCT_H_
#define _HF_PRODUCT_H_
#include "hsf.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct _product_cmd
{
const char * name;
void (*callhook)(int, char *);
} hfproduct_cmd_t,*phfproduct_cmd_t;
void HSF_IAPI hfproduct_init(void);
void HSF_IAPI hfproduct_read_mac(void);
#ifdef __cplusplus
}
#endif
#endif