mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Some minor clean-up from last changes
This commit is contained in:
+1
-1
Submodule arch updated: 994be48b7d...6d7ee8a1e9
@@ -3,7 +3,7 @@
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
config EEV_LOOP
|
||||
config DEV_LOOP
|
||||
bool "Enable loop device"
|
||||
default n
|
||||
---help---
|
||||
|
||||
@@ -103,6 +103,9 @@ extern "C"
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef __KERNEL__
|
||||
/* These are internal OS interface and are not available to applications */
|
||||
|
||||
/****************************************************************************
|
||||
* Name: loop_register
|
||||
*
|
||||
@@ -136,6 +139,7 @@ int losetup(FAR const char *devname, FAR const char *filename,
|
||||
****************************************************************************/
|
||||
|
||||
int loteardown(FAR const char *devname);
|
||||
#endif /* __KERNEL __ */
|
||||
|
||||
#undef EXTERN
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user