mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-11 11:16:58 +08:00
9 lines
81 B
C
9 lines
81 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
|
|
|
|
u32 WIFI_init(void);
|
|
void WIFI_deinit(void);
|