📄 csd_impl.h
字号:
#ifndef _CSD_IMPL_H_#define _CSD_IMPL_H_#include "rmdef/rmdef.h"#include "gbuslib/include/gbus_fifo.h"#define MAX_SOFTWARE_VERSION_LENGTH 20struct SCsdDescramblerChannelID { RMuint32 channel_id;};struct SCsdRam2RamChannelID { RMuint32 channel_id;};struct SCsdInitParameters { RMuint32 xrpc_base_address; // buffer information for the XRPC calls RMuint32 xrpc_size; RMint32 flash_sector; RMuint32 slot; // preload slot number RMbool with_preload;};#endif /* _CSD_IMPL_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -