/** @file
|
Header file for the SwitchableGraphics Dxe driver.
|
This driver loads SwitchableGraphics ACPI tables.
|
|
Copyright (c) 2019 Intel Corporation. All rights reserved. <BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
**/
|
|
#ifndef _SWITCHABLE_GRAPHICS_DXE_H_
|
#define _SWITCHABLE_GRAPHICS_DXE_H_
|
|
|
#include <Protocol/FirmwareVolume2.h>
|
|
|
#endif
|