Files
luban-lite/bsp/peripheral/wireless/hugeic/hgic_smac/umac/umac_config.h
刘可亮 3e10f578d3 v1.2.2
2025-10-21 13:59:50 +08:00

23 lines
317 B
C

#ifndef _HGIC_UMAC_CONFIG_H_
#define _HGIC_UMAC_CONFIG_H_
#ifdef __cplusplus
extern "C" {
#endif
struct umac_config {
unsigned char hg0[1024];
unsigned char hg1[1024];
};
struct umac_config *umac_configs(void);
extern int sys_save_umaccfg(struct umac_config *cfg);
#ifdef __cplusplus
}
#endif
#endif