12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /*++
- Copyright (c) 2016 Minoca Corp. All Rights Reserved
- Module Name:
- basevidp.h
- Abstract:
- This header contains internal definitions for the base video library.
- Author:
- Evan Green 5-Mar-2016
- --*/
- //
- // ------------------------------------------------------------------- Includes
- //
- #define RTL_API __DLLEXPORT
- #include <minoca/kernel/driver.h>
- #include <minoca/kernel/bootload.h>
- #include <minoca/lib/basevid.h>
- //
- // ---------------------------------------------------------------- Definitions
- //
- //
- // ------------------------------------------------------ Data Type Definitions
- //
- //
- // -------------------------------------------------------------------- Globals
- //
- //
- // -------------------------------------------------------- Function Prototypes
- //
|