uefi.h 732 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*++
  2. Copyright (c) 2014 Minoca Corp. All Rights Reserved
  3. Module Name:
  4. uefi.h
  5. Abstract:
  6. This header contains standard definitions for the Unified Extensible
  7. Firmware Interface.
  8. Author:
  9. Evan Green 7-Feb-2014
  10. --*/
  11. //
  12. // ------------------------------------------------------------------- Includes
  13. //
  14. #include <minoca/uefi/types.h>
  15. #include <minoca/uefi/spec.h>
  16. //
  17. // ---------------------------------------------------------------- Definitions
  18. //
  19. //
  20. // ------------------------------------------------------ Data Type Definitions
  21. //
  22. //
  23. // -------------------------------------------------------------------- Globals
  24. //
  25. //
  26. // -------------------------------------------------------- Function Prototypes
  27. //