~jsvoboda/helenos/tracing

« back to all changes in this revision

Viewing changes to uspace/app/bdsh/cmds/modules/modules.h

  • Committer: Jiri Svoboda
  • Date: 2010-01-24 20:27:58 UTC
  • mfrom: (2.1.221 HelenOS.outgoing)
  • Revision ID: jiri@wiwaxia-20100124202758-zhm4c504to10x6py
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "cp/entry.h"
31
31
#include "mv/entry.h"
32
32
#include "mount/entry.h"
 
33
#include "unmount/entry.h"
33
34
#include "kcon/entry.h"
34
35
 
35
36
/* Each .def function fills the module_t struct with the individual name, entry
50
51
#include "cp/cp_def.h"
51
52
#include "mv/mv_def.h"
52
53
#include "mount/mount_def.h"
 
54
#include "unmount/unmount_def.h"
53
55
#include "kcon/kcon_def.h"
54
56
 
55
57
        {NULL, NULL, NULL, NULL}