forked from Imagelibrary/rtems
2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1556/cpukit * libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
PR 1556/cpukit
|
||||||
|
* libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
|
||||||
|
|
||||||
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
PR 1566/filesystem
|
PR 1566/filesystem
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ typedef int (*rtems_rfs_shell_handler) (rtems_rfs_file_system* fs, int argc, cha
|
|||||||
/**
|
/**
|
||||||
* Table of handlers we parse to invoke the command.
|
* Table of handlers we parse to invoke the command.
|
||||||
*/
|
*/
|
||||||
typedef struct rtems_rfs_shell_cmd_t
|
typedef struct
|
||||||
{
|
{
|
||||||
const char* name;
|
const char* name;
|
||||||
rtems_rfs_shell_handler handler;
|
rtems_rfs_shell_handler handler;
|
||||||
|
|||||||
Reference in New Issue
Block a user