Leaked source code of windows server 2003
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.

28 lines
304 B

  1. /*++
  2. Copyright (c) 1998 Intel Corporation
  3. Module Name:
  4. shelllib.h
  5. Abstract:
  6. Revision History
  7. --*/
  8. #include "shell.h"
  9. #include "shellenv.h"
  10. /*
  11. * Intenral shell lib globals
  12. */
  13. extern CHAR16 *ShellLibMemoryTypeDesc[];
  14. extern EFI_SHELL_ENVIRONMENT *SE;