Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4364 → Rev 4371

/trunk/uspace/app/bdsh/cmds/modules/modules.h
27,6 → 27,7
#include "sleep/entry.h"
#include "cp/entry.h"
#include "mv/entry.h"
#include "mount/entry.h"
#include "kcon/entry.h"
 
/* Each .def function fills the module_t struct with the individual name, entry
44,7 → 45,9
#include "sleep/sleep_def.h"
#include "cp/cp_def.h"
#include "mv/mv_def.h"
#include "mount/mount_def.h"
#include "kcon/kcon_def.h"
 
{NULL, NULL, NULL, NULL}
};