mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-05 05:32:05 +00:00
As pci_devices.h is included by <page.h>, need to prepare pci_devices.h for nuc6cayh and apl-up2 board. Also the #error info in generic/pci_devices.h should be removed, otherwise the build will be failed in sdc/sdc2/industry scenarios. Tracked-On: #4458 Signed-off-by: Victor Sun <victor.sun@intel.com>
13 lines
222 B
C
13 lines
222 B
C
/*
|
|
* Copyright (C) 2019 Intel Corporation. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef PCI_DEVICES_H_
|
|
#define PCI_DEVICES_H_
|
|
|
|
#define PTDEV_HI_MMIO_SIZE 0UL
|
|
|
|
#endif /* PCI_DEVICES_H_ */
|