mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
fs: Add g_ prefix for all global mountpt_operations instances
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
51dc67ad5f
commit
dd631265c4
@@ -46,7 +46,7 @@
|
||||
* with any compiler.
|
||||
*/
|
||||
|
||||
const struct mountpt_operations nxffs_operations =
|
||||
const struct mountpt_operations g_nxffs_operations =
|
||||
{
|
||||
nxffs_open, /* open */
|
||||
nxffs_close, /* close */
|
||||
|
||||
Reference in New Issue
Block a user