Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3359 → Rev 3360

/trunk/uspace/app/bdsh/cmds/modules/modules.h
24,7 → 24,6
#include "cat/entry.h"
#include "touch/entry.h"
#include "ls/entry.h"
#include "mount/entry.h"
 
/* Each .def function fills the module_t struct with the individual name, entry
* point, help entry point, etc. You can use config.h to control what modules
38,7 → 37,6
#include "cat/cat.def"
#include "touch/touch.def"
#include "ls/ls.def"
#include "mount/mount.def"
{NULL, NULL, NULL, NULL}
};