- Remove dead argument to hypertransport_scan_chain
[coreboot.git] / src / include / device / hypertransport.h
1 #ifndef DEVICE_HYPERTRANSPORT_H
2 #define DEVICE_HYPERTRANSPORT_H
3
4 unsigned int hypertransport_scan_chain(struct bus *bus, unsigned int max);
5
6 #define HT_IO_HOST_ALIGN 4096
7 #define HT_MEM_HOST_ALIGN (1024*1024)
8
9 #endif /* DEVICE_HYPERTRANSPORT_H */