source: mainline/uspace/app/bdsh/cmds/modules/kcon/entry.h@ 711e7fe5

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 711e7fe5 was 711e7fe5, checked in by Prutkov Alex <prutkov.alex@…>, 13 years ago

Added printf module

  • Property mode set to 100755
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.