28 lines
223 B
C
28 lines
223 B
C
|
/*++
|
||
|
|
||
|
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;
|