Changeset 846639d in rtems
- Timestamp:
- May 5, 2009, 12:56:04 PM (12 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- d8602eb
- Parents:
- 834df50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/shell/shellconfig.h
r834df50 r846639d 54 54 extern rtems_shell_cmd_t rtems_shell_UNMOUNT_Command; 55 55 extern rtems_shell_cmd_t rtems_shell_BLKSYNC_Command; 56 extern rtems_shell_cmd_t rtems_shell_FDISK_Command; 56 57 57 58 extern rtems_shell_cmd_t rtems_shell_HALT_Command; … … 299 300 defined(CONFIGURE_SHELL_COMMAND_BLKSYNC) 300 301 &rtems_shell_BLKSYNC_Command, 302 #endif 303 #if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \ 304 !defined(CONFIGURE_SHELL_NO_COMMAND_FDISK)) || \ 305 defined(CONFIGURE_SHELL_COMMAND_FDISK) 306 &rtems_shell_FDISK_Command, 301 307 #endif 302 308
Note: See TracChangeset
for help on using the changeset viewer.