summaryrefslogtreecommitdiffstats
path: root/src/include/device/pcix.h
blob: 4c1d1125045e77177a28b88e0f867ea312e68a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef DEVICE_PCIX_H
#define DEVICE_PCIX_H
/* (c) 2005 Linux Networx GPL see COPYING for details */

#include <device/device.h>
#include <stdint.h>

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 */