basevidp.h 783 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*++
  2. Copyright (c) 2016 Minoca Corp. All Rights Reserved
  3. Module Name:
  4. basevidp.h
  5. Abstract:
  6. This header contains internal definitions for the base video library.
  7. Author:
  8. Evan Green 5-Mar-2016
  9. --*/
  10. //
  11. // ------------------------------------------------------------------- Includes
  12. //
  13. #define RTL_API __DLLEXPORT
  14. #include <minoca/kernel/driver.h>
  15. #include <minoca/kernel/bootload.h>
  16. #include <minoca/lib/basevid.h>
  17. //
  18. // ---------------------------------------------------------------- Definitions
  19. //
  20. //
  21. // ------------------------------------------------------ Data Type Definitions
  22. //
  23. //
  24. // -------------------------------------------------------------------- Globals
  25. //
  26. //
  27. // -------------------------------------------------------- Function Prototypes
  28. //