mirror of
https://github.com/cwyark/sdk-ameba-v4.0b_without_nda_gcc.git
synced 2024-11-29 01:30:34 +00:00
10 lines
151 B
C
10 lines
151 B
C
|
#ifndef EXAMPLE_EAP_H
|
||
|
#define EXAMPLE_EAP_H
|
||
|
|
||
|
#include <platform/platform_stdlib.h>
|
||
|
#include "platform_opts.h"
|
||
|
|
||
|
void example_eap(char *method);
|
||
|
|
||
|
#endif
|