RTL00_WEB/USDK/component/common/example/eap/example_eap.h
2017-06-21 03:00:20 +03:00

9 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