mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-29 21:49:05 +00:00
hv: pci_priv.h code cleanup
- move most of the content of pci_priv.h to include/dm/pci.h. This allows other code outside dm/vpci to be able to share these macros. - code cleanup: fix alignments etc. Tracked-On: #1568 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com> Signed-off-by: Zide Chen <zide.chen@intel.com> Reviewed-by: Li, Fei1 <fei1.li@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -101,6 +101,7 @@ INCLUDE_PATH += include/debug
|
||||
INCLUDE_PATH += include/public
|
||||
ifeq ($(CONFIG_PARTITION_MODE),y)
|
||||
INCLUDE_PATH += include/dm/vpci
|
||||
INCLUDE_PATH += include/dm
|
||||
endif
|
||||
INCLUDE_PATH += bsp/include
|
||||
INCLUDE_PATH += bsp/include/$(CONFIG_PLATFORM)
|
||||
|
||||
Reference in New Issue
Block a user