esp8266ndn
NDN Arduino library for ESP8266 and more
Loading...
Searching...
No Matches
port.hpp
Go to the documentation of this file.
1#ifndef NDNPH_PORT_FS_PORT_HPP
2#define NDNPH_PORT_FS_PORT_HPP
3
4#if defined(NDNPH_PORT_FS_CUSTOM)
5// using custom file store port
6#elif defined(NDNPH_PORT_FS_LINUX)
7#include "linux.hpp"
8#else
9#define NDNPH_PORT_FS_NULL
10#include "null.hpp"
11#endif
12
13#endif // NDNPH_PORT_FS_PORT_HPP