source:
mainline/uspace/app/bdsh/cmds/modules/kcon/entry.h
Last change on this file was 09ab0a9a, checked in by , 7 years ago | |
---|---|
|
|
File size: 181 bytes |
Rev | Line | |
---|---|---|
[3fe00ee] | 1 | #ifndef KCON_ENTRY_H |
2 | #define KCON_ENTRY_H | |
3 | ||
4 | /* Entry points for the kcon command */ | |
5 | extern int cmd_kcon(char **); | |
6 | extern void help_cmd_kcon(unsigned int); | |
7 | ||
8 | #endif /* KCON_ENTRY_H */ |
Note:
See TracBrowser
for help on using the repository browser.