mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
coredump: move definition out of types
Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
parent
b75e404ec1
commit
22d5d1d9d8
1 changed files with 5 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#include <nuttx/coredump.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_BOARD_COREDUMP_COMPRESSION
|
||||
|
|
@ -51,6 +51,10 @@
|
|||
|
||||
#define COREDUMP_FILE_SUFFIX_LEN (sizeof(COREDUMP_FILE_SUFFIX) - 1)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
typedef CODE void (*dumpfile_cb_t)(FAR char *path, FAR const char *filename,
|
||||
FAR void *arg);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue