RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
main_mmove.c File Reference

MMOVE Shell Command Implementation. More...

#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_MMOVE_Command
 

Detailed Description

MMOVE Shell Command Implementation.

Variable Documentation

◆ rtems_shell_MMOVE_Command

rtems_shell_cmd_t rtems_shell_MMOVE_Command
Initial value:
= {
.name = "mmove",
.usage = "mmove dst src length",
.topic = "mem",
.command = rtems_shell_main_mmove,
.alias = NULL,
.next = NULL
}