提交 ee740f62 编写于 作者: L li_zan

change config for fs2

上级 b75c5f3c
...@@ -76,12 +76,12 @@ UINT32 g_usbMode = 0; ...@@ -76,12 +76,12 @@ UINT32 g_usbMode = 0;
typedef VOID *(*StorageHookFunction)(VOID *); typedef VOID *(*StorageHookFunction)(VOID *);
#ifdef LOSCFG_FS_FAT_CACHE
static UINT32 OsReHookFuncAddDiskRef(StorageHookFunction handler, static UINT32 OsReHookFuncAddDiskRef(StorageHookFunction handler,
VOID *param) __attribute__((weakref("osReHookFuncAdd"))); VOID *param) __attribute__((weakref("osReHookFuncAdd")));
static UINT32 OsReHookFuncDelDiskRef(StorageHookFunction handler) __attribute__((weakref("osReHookFuncDel"))); static UINT32 OsReHookFuncDelDiskRef(StorageHookFunction handler) __attribute__((weakref("osReHookFuncDel")));
#ifdef LOSCFG_FS_FAT_CACHE
UINT32 GetFatBlockNums(VOID) UINT32 GetFatBlockNums(VOID)
{ {
return g_uwFatBlockNums; return g_uwFatBlockNums;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册