mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-09 15:24:09 +08:00
17 lines
163 B
C
17 lines
163 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
u32 WIFI_init(void);
|
|
void WIFI_deinit(void);
|
|
|
|
#ifdef __cplusplus
|
|
} // extern "C"
|
|
#endif |