mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
7 lines
No EOL
103 B
C
7 lines
No EOL
103 B
C
#ifndef _WIRELESS_H_
|
|
#define _WIRELESS_H_
|
|
|
|
void WirelessInit(void);
|
|
void WirelessCleanup(void);
|
|
|
|
#endif |