Ignore:
Timestamp:
2009-03-22T19:48:11Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8b48063
Parents:
dc033a1
Message:

'kcon' shell builtin for switching to debug console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/modules.h

    rdc033a1 r3fe00ee  
    2727#include "sleep/entry.h"
    2828#include "cp/entry.h"
     29#include "kcon/entry.h"
    2930
    3031/* Each .def function fills the module_t struct with the individual name, entry
     
    4243#include "sleep/sleep_def.h"
    4344#include "cp/cp_def.h"
     45#include "kcon/kcon_def.h"
    4446        {NULL, NULL, NULL, NULL}
    4547};
Note: See TracChangeset for help on using the changeset viewer.