macnocker/macstorage.h

11 lines
174 B
C
Raw Normal View History

2018-04-02 14:10:33 +02:00
#ifndef _MACSTORAGE_H
#define _MACSTORAGE_H
#include <stdint.h>
void macStorage_add(uint8_t mac[]);
void macStorage_stop();
void macStorage_run();
#endif // _MACSTORAGE_H