We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75e404 commit 22d5d1dCopy full SHA for 22d5d1d
1 file changed
system/coredump/coredump.c
@@ -40,7 +40,7 @@
40
#include <nuttx/coredump.h>
41
42
/****************************************************************************
43
- * Private Types
+ * Pre-processor Definitions
44
****************************************************************************/
45
46
#ifdef CONFIG_BOARD_COREDUMP_COMPRESSION
@@ -51,6 +51,10 @@
51
52
#define COREDUMP_FILE_SUFFIX_LEN (sizeof(COREDUMP_FILE_SUFFIX) - 1)
53
54
+/****************************************************************************
55
+ * Private Types
56
+ ****************************************************************************/
57
+
58
typedef CODE void (*dumpfile_cb_t)(FAR char *path, FAR const char *filename,
59
FAR void *arg);
60
0 commit comments