sb/intel/common/early_smbus.h: Add <device/pci_type.h>

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Icf459f07948cd29eb251b49fcecefb98c5f5f259
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68047
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
This commit is contained in:
Elyes Haouas 2022-10-02 14:34:03 +02:00 committed by Martin Roth
parent 07ad894195
commit 606f4f6c2d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#define SOUTHBRIDGE_INTEL_COMMON_EARLY_SMBUS_H
#include <device/pci_def.h>
#include <device/pci_type.h>
#define PCI_DEV_SMBUS PCI_DEV(0, 0x1f, 3)