OpenBIC
OpenSource Bridge-IC
|
#include <shell/shell.h>
#include <stdlib.h>
#include <stdio.h>
#include <drivers/flash.h>
#include <sys/reboot.h>
Functions | |
void | plat_cmd_erase (const struct shell *shell, size_t argc, char **argv) |
SHELL_CMD_REGISTER (erase, NULL, "erase flash and reboot", plat_cmd_erase) | |
void plat_cmd_erase | ( | const struct shell * | shell, |
size_t | argc, | ||
char ** | argv | ||
) |
SHELL_CMD_REGISTER | ( | erase | , |
NULL | , | ||
"erase flash and reboot" | , | ||
plat_cmd_erase | |||
) |