mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Add loop device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1231 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+3
-3
@@ -366,12 +366,12 @@ EXTERN int lib_flushall(FAR struct streamlist *list);
|
||||
|
||||
/* drivers ******************************************************************/
|
||||
|
||||
/* Call in of these to register the corresponding default
|
||||
* default drivers in the drivers/ subdirectory
|
||||
/* Call any of these to register the corresponding drivers in the drivers/
|
||||
* subdirectory
|
||||
*/
|
||||
|
||||
EXTERN void devnull_register(void);
|
||||
|
||||
EXTERN int losetup(const char *name, int minor, uint16 sectsize);
|
||||
|
||||
#undef EXTERN
|
||||
#if defined(__cplusplus)
|
||||
|
||||
Reference in New Issue
Block a user