You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
250 B
27 lines
250 B
/*++
|
|
|
|
Copyright (c) 1998 Intel Corporation
|
|
|
|
Module Name:
|
|
|
|
nshell.h
|
|
|
|
Abstract:
|
|
|
|
Shell
|
|
|
|
|
|
|
|
Revision History
|
|
|
|
--*/
|
|
|
|
|
|
#include "shell.h"
|
|
#include "shellenv.h"
|
|
|
|
/*
|
|
* Globals
|
|
*/
|
|
|
|
extern EFI_SHELL_ENVIRONMENT *SE;
|