blob: 4c1d1125045e77177a28b88e0f867ea312e68a2e [file] [log] [blame]
Martin Roth239b5df2022-07-26 22:18:26 -06001/* SPDX-License-Identifier: GPL-2.0-only */
2
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00003#ifndef DEVICE_PCIX_H
4#define DEVICE_PCIX_H
5/* (c) 2005 Linux Networx GPL see COPYING for details */
6
Elyes HAOUAS5817c562020-07-12 09:03:22 +02007#include <device/device.h>
8#include <stdint.h>
9
Elyes HAOUASc8a649c2018-06-10 23:36:44 +020010void pcix_scan_bridge(struct device *dev);
Kyösti Mälkki580e7222015-03-19 21:04:23 +020011
Uwe Hermannd453dd02010-10-18 00:00:57 +000012const char *pcix_speed(u16 sstatus);
Yinghai Lu13f1c2a2005-07-08 02:49:49 +000013
14extern struct device_operations default_pcix_ops_bus;
15
16#endif /* DEVICE_PCIX_H */