c8a649c08f
Change-Id: I9cebfc5c77187bd81094031c43ff6df094908417 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27010 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
11 lines
266 B
C
11 lines
266 B
C
#ifndef DEVICE_PCIX_H
|
|
#define DEVICE_PCIX_H
|
|
/* (c) 2005 Linux Networx GPL see COPYING for details */
|
|
|
|
void pcix_scan_bridge(struct device *dev);
|
|
|
|
const char *pcix_speed(u16 sstatus);
|
|
|
|
extern struct device_operations default_pcix_ops_bus;
|
|
|
|
#endif /* DEVICE_PCIX_H */
|