source: mainline/uspace/app/bdsh/cmds/modules/kcon/entry.h@ 92fd52d7

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 92fd52d7 was 3fe00ee, checked in by Jiri Svoboda <jirik.svoboda@…>, 16 years ago

'kcon' shell builtin for switching to debug console.

  • Property mode set to 100644
File size: 182 bytes
Line 
1#ifndef KCON_ENTRY_H
2#define KCON_ENTRY_H
3
4/* Entry points for the kcon command */
5extern int cmd_kcon(char **);
6extern void help_cmd_kcon(unsigned int);
7
8#endif /* KCON_ENTRY_H */
9
Note: See TracBrowser for help on using the repository browser.