Subversion Repositories HelenOS

Rev

Rev 3346 | Rev 3371 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3346 Rev 3360
Line 22... Line 22...
22
#include "mkdir/entry.h"
22
#include "mkdir/entry.h"
23
#include "rm/entry.h"
23
#include "rm/entry.h"
24
#include "cat/entry.h"
24
#include "cat/entry.h"
25
#include "touch/entry.h"
25
#include "touch/entry.h"
26
#include "ls/entry.h"
26
#include "ls/entry.h"
27
#include "mount/entry.h"
-
 
28
 
27
 
29
/* Each .def function fills the module_t struct with the individual name, entry
28
/* Each .def function fills the module_t struct with the individual name, entry
30
 * point, help entry point, etc. You can use config.h to control what modules
29
 * point, help entry point, etc. You can use config.h to control what modules
31
 * are loaded based on what libraries exist on the system. */
30
 * are loaded based on what libraries exist on the system. */
32
 
31
 
Line 36... Line 35...
36
#include "mkdir/mkdir.def"
35
#include "mkdir/mkdir.def"
37
#include "rm/rm.def"
36
#include "rm/rm.def"
38
#include "cat/cat.def"
37
#include "cat/cat.def"
39
#include "touch/touch.def"
38
#include "touch/touch.def"
40
#include "ls/ls.def"
39
#include "ls/ls.def"
41
#include "mount/mount.def"
-
 
42
    {NULL, NULL, NULL, NULL}
40
    {NULL, NULL, NULL, NULL}
43
};
41
};
44
 
42
 
45
#endif
43
#endif