pull/3975/head
andreas.larsson 2016-09-27 12:13:41 +02:00 committed by Martin Kojtal
parent 31a1a7fe9b
commit f8ad018e14
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#include "emac_api.h"
#ifndef WIFI_EMAC_API_H
#define WIFI_EMAC_API_H
emac_interface_t* get_emac_interface();
#endif