crash.h

来自「ST5518机顶盒系统文件系统源代码!绝对超值!」· C头文件 代码 · 共 35 行

H
35
字号
/******************************************************************************File Name  : crash.hDescription: Test system crash conditions.******************************************************************************/#ifndef  CRASH_H#define  CRASH_H    /* Includes ------------------------------------------------------------ */#include "hal.h"    /* from ../src */    /* Exported Types ------------------------------------------------------ */    /* Exported Constants -------------------------------------------------- */#define NOCRASH (-1) /* argument to stavfs_SetCrash to disable crashing */    /* Exported Variables -------------------------------------------------- */    /* Exported Macros ----------------------------------------------------- */    /* Exported Function Prototypes ---------------------------------------- */void stavfs_SetCrash(int CrashCount);void stavfs_Crash   (stavfs_HAL_t * HALData_p, U64 * FirstSector_p);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?