Initial commit
This commit is contained in:
9
channel/channelapp/source/isfs.h
Normal file
9
channel/channelapp/source/isfs.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef ___ISFS_H__
|
||||
#define ___ISFS_H__
|
||||
|
||||
#include <gctypes.h>
|
||||
|
||||
s32 isfs_get(const char *path, u8 **buf, u32 expected, u32 maxsize, bool use_blob);
|
||||
s32 isfs_put(const char *path, const void *buf, u32 len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user