source: mainline/uspace/app/bdsh/cmds/modules/bdd/entry.h@ 7e752b2

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

Add 'bdd' shell command (block device dump) for testing block device drivers.

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