shell_commands.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2010 Kaspar Schleiser <kaspar@schleiser.de>
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
21 #ifndef SHELL_COMMANDS_H
22 #define SHELL_COMMANDS_H
23 
24 #include "shell.h"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
34 #define DISK_GET_SECTOR_SIZE "dget_ssize"
35 #define DISK_GET_SECTOR_COUNT "dget_scount"
36 #define DISK_GET_BLOCK_SIZE "dget_bsize"
37 #define DISK_READ_SECTOR_CMD "dread_sec"
38 #define DISK_READ_BYTES_CMD "dread"
39 
45 
46 #ifdef __cplusplus
47 }
48 #endif
49 
50 #endif /* SHELL_COMMANDS_H */
51 
_shell_command_list
const shell_command_t _shell_command_list[]
List of shell commands.
shell_command_t
A single command in the list of the supported commands.
Definition: shell.h:106
shell.h
Shell interface definition.