forked from nuttx/nuttx-update
Some minor clean-up from last changes
This commit is contained in:
parent
ed35eb0f8d
commit
603f3afd6d
3 changed files with 6 additions and 2 deletions
2
arch
2
arch
|
@ -1 +1 @@
|
||||||
Subproject commit 994be48b7dfe1dffd1fa9fdfa8dd1468bf5d7b7b
|
Subproject commit 6d7ee8a1e9445da89e4e6f96b019b535e96ec672
|
|
@ -3,7 +3,7 @@
|
||||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config EEV_LOOP
|
config DEV_LOOP
|
||||||
bool "Enable loop device"
|
bool "Enable loop device"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
|
|
|
@ -103,6 +103,9 @@ extern "C"
|
||||||
* Public Function Prototypes
|
* Public Function Prototypes
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifdef __KERNEL__
|
||||||
|
/* These are internal OS interface and are not available to applications */
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: loop_register
|
* Name: loop_register
|
||||||
*
|
*
|
||||||
|
@ -136,6 +139,7 @@ int losetup(FAR const char *devname, FAR const char *filename,
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
int loteardown(FAR const char *devname);
|
int loteardown(FAR const char *devname);
|
||||||
|
#endif /* __KERNEL __ */
|
||||||
|
|
||||||
#undef EXTERN
|
#undef EXTERN
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in a new issue