2003-09-02 19:16:48 +02:00
|
|
|
#ifndef DEVICE_HYPERTRANSPORT_H
|
|
|
|
#define DEVICE_HYPERTRANSPORT_H
|
|
|
|
|
2004-03-11 16:01:31 +01:00
|
|
|
#include <device/hypertransport_def.h>
|
|
|
|
|
2010-04-27 08:56:47 +02:00
|
|
|
unsigned int hypertransport_scan_chain(struct bus *bus,
|
2015-03-12 15:16:59 +01:00
|
|
|
unsigned min_devfn, unsigned max_devfn, unsigned *ht_unit_base, unsigned offset_unitid);
|
2005-07-08 04:49:49 +02:00
|
|
|
unsigned int ht_scan_bridge(struct device *dev, unsigned int max);
|
|
|
|
extern struct device_operations default_ht_ops_bus;
|
2003-09-02 19:16:48 +02:00
|
|
|
|
|
|
|
#define HT_IO_HOST_ALIGN 4096
|
|
|
|
#define HT_MEM_HOST_ALIGN (1024*1024)
|
|
|
|
|
|
|
|
#endif /* DEVICE_HYPERTRANSPORT_H */
|