29 lines
276 B
C
29 lines
276 B
C
/*++
|
|
|
|
Copyright (c) 1998 Intel Corporation
|
|
|
|
Module Name:
|
|
|
|
shelllib.h
|
|
|
|
Abstract:
|
|
|
|
|
|
|
|
|
|
Revision History
|
|
|
|
--*/
|
|
|
|
|
|
#include "shell.h"
|
|
#include "shellenv.h"
|
|
|
|
|
|
/*
|
|
* Intenral shell lib globals
|
|
*/
|
|
|
|
extern CHAR16 *ShellLibMemoryTypeDesc[];
|
|
extern EFI_SHELL_ENVIRONMENT *SE;
|