sdk-ameba-v4.0c_180328/component/common/example/eap/example_eap.h

10 lines
160 B
C
Raw Normal View History

2019-04-02 08:34:25 +00:00
#ifndef EXAMPLE_EAP_H
#define EXAMPLE_EAP_H
#include <platform/platform_stdlib.h>
#include "platform_opts.h"
void example_eap(char *method);
#endif