RTEMS
5.0.0
|
#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 } |
Variables | |
struct rtems_shell_cmd_tt | rtems_shell_FDISK_Command |
Block device partition management.
#define RTEMS_BDPART_SHELL_ERROR | ( | fmt, | |
... | |||
) |
#define RTEMS_BDPART_SHELL_ERROR_SC | ( | sc, | |
fmt, | |||
... | |||
) |
struct rtems_shell_cmd_tt rtems_shell_FDISK_Command |