Some minor clean-up from last changes

This commit is contained in:
Gregory Nutt
2015-11-25 17:52:47 -06:00
parent ed35eb0f8d
commit 603f3afd6d
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -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