RTEMS 6.1-rc1
Variables
main_whoami.c File Reference

WHOAMI Shell Command Implmentation. More...

#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <pwd.h>
#include <rtems.h>
#include <rtems/shell.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_WHOAMI_Command
 

Detailed Description

WHOAMI Shell Command Implmentation.

Variable Documentation

◆ rtems_shell_WHOAMI_Command

rtems_shell_cmd_t rtems_shell_WHOAMI_Command
Initial value:
= {
"whoami",
"show current user",
"misc",
rtems_shell_main_whoami,
NULL,
}
#define NULL
Requests a GPIO pin group configuration.
Definition: xil_types.h:54