1#ifndef FFLI_FS_COMMAND_H_
2#define FFLI_FS_COMMAND_H_
4#include <nn/ffl/types.h>
8#define FFLI_FS_COMMAND_SIZE (0xA84
)
NN_STATIC_ASSERT(sizeof(FFLiAllocator)==4)
#define FFLI_FS_COMMAND_SIZE
Definition FFLiFsCommand.h:8
Definition FFLiFsClient.h:9
Definition FFLiFsCommand.h:23
~FFLiFsCommand()
Definition FFLiFsCommand.cpp:11
static FFLiFsCommand * PlacementNew(FFLiFsCommandBuffer *pBuffer, FFLiFsClient *pClient)
Definition FFLiFsCommand.cpp:15
const FSCmdBlock & GetFSCmdBlock() const
Definition FFLiFsCommand.h:36
FFLiFsClient * m_pFsClient
Definition FFLiFsCommand.h:48
FFLiFsClient * GetClient() const
Definition FFLiFsCommand.h:41
FSCmdBlock m_FSCmdBlock
Definition FFLiFsCommand.h:47
static void PlacementDelete(FFLiFsCommand *pCommand)
Definition FFLiFsCommand.cpp:20
FSCmdBlock & GetFSCmdBlock()
Definition FFLiFsCommand.h:31
FFLiFsCommand(FFLiFsClient *pClient)
Definition FFLiFsCommand.cpp:5
Definition FFLiFsCommand.h:11
u8 data[FFLI_FS_COMMAND_SIZE]
Definition FFLiFsCommand.h:14
u32 value32[FFLI_FS_COMMAND_SIZE/sizeof(u32)]
Definition FFLiFsCommand.h:15