mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-23 06:24:19 +00:00
9 lines
151 B
C
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
|