![]()  | 
  
    RTEMS
    5.1
    
   | 
 
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <rtems/bdpart.h>#include <rtems/error.h>#include <rtems/shell.h>Macros | |
| #define | RTEMS_BDPART_SHELL_ERROR(fmt, ...) | 
| #define | RTEMS_BDPART_SHELL_ERROR_SC(sc, fmt, ...) | 
Enumerations | |
| enum | rtems_bdpart_shell_state { RTEMS_BDPART_SHELL_FS, RTEMS_BDPART_SHELL_N, RTEMS_BDPART_SHELL_MBR, RTEMS_BDPART_SHELL_GPT } | 
Block device partition management.
| #define RTEMS_BDPART_SHELL_ERROR | ( | fmt, | |
| ... | |||
| ) | 
| #define RTEMS_BDPART_SHELL_ERROR_SC | ( | sc, | |
| fmt, | |||
| ... | |||
| ) | 
 1.8.15