mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Standardize naming used for public data and function groupings
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@
|
||||
#include "fs_rammap.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@
|
||||
#ifdef CONFIG_FS_RAMMAP
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
+2
-2
@@ -55,7 +55,7 @@
|
||||
#ifdef CONFIG_FS_RAMMAP
|
||||
|
||||
/****************************************************************************
|
||||
* Global Data
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/* This is the list of all mapped files */
|
||||
@@ -63,7 +63,7 @@
|
||||
struct fs_allmaps_s g_rammaps;
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
+1
-1
@@ -92,7 +92,7 @@ struct fs_allmaps_s
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
* Public Data
|
||||
****************************************************************************/
|
||||
|
||||
/* This is the list of all mapped files */
|
||||
|
||||
Reference in New Issue
Block a user