Skip to content

Commit 22d5d1d

Browse files
jasonbuanchao
authored andcommitted
coredump: move definition out of types
Signed-off-by: buxiasen <buxiasen@xiaomi.com>
1 parent b75e404 commit 22d5d1d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

system/coredump/coredump.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <nuttx/coredump.h>
4141

4242
/****************************************************************************
43-
* Private Types
43+
* Pre-processor Definitions
4444
****************************************************************************/
4545

4646
#ifdef CONFIG_BOARD_COREDUMP_COMPRESSION
@@ -51,6 +51,10 @@
5151

5252
#define COREDUMP_FILE_SUFFIX_LEN (sizeof(COREDUMP_FILE_SUFFIX) - 1)
5353

54+
/****************************************************************************
55+
* Private Types
56+
****************************************************************************/
57+
5458
typedef CODE void (*dumpfile_cb_t)(FAR char *path, FAR const char *filename,
5559
FAR void *arg);
5660

0 commit comments

Comments
 (0)