uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
romfs.h
Go to the documentation of this file.
1 #ifndef __ROMFS_H__
2 #define __ROMFS_H__
3 
4 #include <stdint.h>
5 
6 void register_romfs(const char * mountpoint, const uint8_t * romfs);
7 const uint8_t * romfs_get_file_by_hash(const uint8_t * romfs, uint32_t h, uint32_t * len);
8 
9 #endif
10