/** @file ;****************************************************************************** ;* Copyright (c) 2012 - 2017, Insyde Software Corp. All Rights Reserved. ;* ;* You may not reproduce, distribute, publish, display, perform, modify, adapt, ;* transmit, broadcast, present, recite, release, license or otherwise exploit ;* any part of this publication in any form, by any means, without the prior ;* written permission of Insyde Software Corporation. ;* ;****************************************************************************** */ #ifndef _CSM_INT10_HOOK_H_ #define _CSM_INT10_HOOK_H_ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include // // BIOS Simple Mode Data // typedef struct { UINT16 VbeModeNumber; VOID *LinearFrameBuffer; UINTN FrameBufferSize; } BIOS_VIDEO_SIMPLE_MODE_DATA; typedef struct { UINTN MaxMode; BIOS_VIDEO_SIMPLE_MODE_DATA *SimpleModeData; } BIOS_VIDEO_DEV_SIMPLE; #endif