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:
patacongo
2008-11-14 03:07:54 +00:00
parent 9aebb6a97f
commit eb3a385f82
6 changed files with 360 additions and 6 deletions
+3 -3
View File
@@ -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)