Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / include / device / hypertransport.h
1 #ifndef DEVICE_HYPERTRANSPORT_H
2 #define DEVICE_HYPERTRANSPORT_H
3
4 #include <device/hypertransport_def.h>
5
6 unsigned int hypertransport_scan_chain(struct bus *bus,
7         unsigned min_devfn, unsigned max_devfn, unsigned int max, unsigned *ht_unit_base, unsigned offset_unitid);
8 unsigned int ht_scan_bridge(struct device *dev, unsigned int max);
9 extern struct device_operations default_ht_ops_bus;
10
11 #define HT_IO_HOST_ALIGN 4096
12 #define HT_MEM_HOST_ALIGN (1024*1024)
13
14 #endif /* DEVICE_HYPERTRANSPORT_H */