1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: MIT
/*
 * Copyright © 2023 Intel Corporation
 */

#include "intel_display_types.h"

struct pci_dev;

unsigned int intel_gmch_vga_set_decode(struct pci_dev *pdev, bool enable_decode);

unsigned int intel_gmch_vga_set_decode(struct pci_dev *pdev, bool enable_decode)
{
	/* ToDo: Implement the actual handling of vga decode */
	return 0;
}
若你早與他人兩心同 何苦惹我錯付了情衷