From 846639da5f0d36e1cd0bd94a9bd76222a37d3fd8 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Tue, 5 May 2009 12:56:04 +0000 Subject: [PATCH] Added FDISK command --- cpukit/libmisc/shell/shellconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cpukit/libmisc/shell/shellconfig.h b/cpukit/libmisc/shell/shellconfig.h index 1494d2a550..f3bc16ddc4 100644 --- a/cpukit/libmisc/shell/shellconfig.h +++ b/cpukit/libmisc/shell/shellconfig.h @@ -53,6 +53,7 @@ extern rtems_shell_cmd_t rtems_shell_UMASK_Command; extern rtems_shell_cmd_t rtems_shell_MOUNT_Command; extern rtems_shell_cmd_t rtems_shell_UNMOUNT_Command; extern rtems_shell_cmd_t rtems_shell_BLKSYNC_Command; +extern rtems_shell_cmd_t rtems_shell_FDISK_Command; extern rtems_shell_cmd_t rtems_shell_HALT_Command; extern rtems_shell_cmd_t rtems_shell_CPUUSE_Command; @@ -299,6 +300,11 @@ extern rtems_shell_filesystems_t *rtems_shell_Mount_filesystems[]; defined(CONFIGURE_SHELL_COMMAND_BLKSYNC) &rtems_shell_BLKSYNC_Command, #endif + #if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \ + !defined(CONFIGURE_SHELL_NO_COMMAND_FDISK)) || \ + defined(CONFIGURE_SHELL_COMMAND_FDISK) + &rtems_shell_FDISK_Command, + #endif /* * RTEMS Related commands