35 #ifndef __HTTPD_FS_H__
36 #define __HTTPD_FS_H__
38 #include "contiki-net.h"
40 #define HTTPD_FS_STATISTICS 1
42 struct httpd_fs_file {
49 int httpd_fs_open(
const char *name,
struct httpd_fs_file *file);
51 #ifdef HTTPD_FS_STATISTICS
52 #if HTTPD_FS_STATISTICS == 1
53 u16_t httpd_fs_count(
char *name);
57 void httpd_fs_init(
void);