mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
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>
|
||||
|
||||
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.
|
||||
*/
|
||||
typedef struct rtems_rfs_shell_cmd_t
|
||||
typedef struct
|
||||
{
|
||||
const char* name;
|
||||
rtems_rfs_shell_handler handler;
|
||||
|
||||
Reference in New Issue
Block a user