1 // SPDX-License-Identifier: MIT
3 * Copyright © 2023 Intel Corporation
6 #include "intel_display_types.h"
10 unsigned int intel_gmch_vga_set_decode(struct pci_dev *pdev, bool enable_decode);
12 unsigned int intel_gmch_vga_set_decode(struct pci_dev *pdev, bool enable_decode)
14 /* ToDo: Implement the actual handling of vga decode */