soc/intel/xeon_sp/spr: Drop microcode constraints
[coreboot2.git] / src / include / device / pcix.h
blob4c1d1125045e77177a28b88e0f867ea312e68a2e
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef DEVICE_PCIX_H
4 #define DEVICE_PCIX_H
5 /* (c) 2005 Linux Networx GPL see COPYING for details */
7 #include <device/device.h>
8 #include <stdint.h>
10 void pcix_scan_bridge(struct device *dev);
12 const char *pcix_speed(u16 sstatus);
14 extern struct device_operations default_pcix_ops_bus;
16 #endif /* DEVICE_PCIX_H */