blob: def7f6cca2fd63c54d7202515f966c93a0d1b86d [file] [log] [blame]
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00001#ifndef DEVICE_PCIX_H
2#define DEVICE_PCIX_H
3/* (c) 2005 Linux Networx GPL see COPYING for details */
4
Elyes HAOUAS5817c562020-07-12 09:03:22 +02005#include <device/device.h>
6#include <stdint.h>
7
Elyes HAOUASc8a649c2018-06-10 23:36:44 +02008void pcix_scan_bridge(struct device *dev);
Kyösti Mälkki580e7222015-03-19 21:04:23 +02009
Uwe Hermannd453dd02010-10-18 00:00:57 +000010const char *pcix_speed(u16 sstatus);
Yinghai Lu13f1c2a2005-07-08 02:49:49 +000011
12extern struct device_operations default_pcix_ops_bus;
13
14#endif /* DEVICE_PCIX_H */