blob: f04d0eca3018edfd52b274417a0b9583ffcac931 [file] [log] [blame]
Eric Biederman0ac6b412003-09-02 17:16:48 +00001#ifndef DEVICE_HYPERTRANSPORT_H
2#define DEVICE_HYPERTRANSPORT_H
3
Eric Biederman5cd81732004-03-11 15:01:31 +00004#include <device/hypertransport_def.h>
5
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00006unsigned int hypertransport_scan_chain(struct bus *bus,
7 unsigned min_devfn, unsigned max_devfn, unsigned int max);
8unsigned int ht_scan_bridge(struct device *dev, unsigned int max);
9extern struct device_operations default_ht_ops_bus;
Eric Biederman0ac6b412003-09-02 17:16:48 +000010
11#define HT_IO_HOST_ALIGN 4096
12#define HT_MEM_HOST_ALIGN (1024*1024)
13
14#endif /* DEVICE_HYPERTRANSPORT_H */