1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /*++
- Copyright (c) 2014 Minoca Corp. All Rights Reserved
- Module Name:
- uefi.h
- Abstract:
- This header contains standard definitions for the Unified Extensible
- Firmware Interface.
- Author:
- Evan Green 7-Feb-2014
- --*/
- //
- // ------------------------------------------------------------------- Includes
- //
- #include <minoca/uefi/types.h>
- #include <minoca/uefi/spec.h>
- //
- // ---------------------------------------------------------------- Definitions
- //
- //
- // ------------------------------------------------------ Data Type Definitions
- //
- //
- // -------------------------------------------------------------------- Globals
- //
- //
- // -------------------------------------------------------- Function Prototypes
- //
|