blob: 281f50e50534471ecdcfda69948f9d4ca41b3890 [file] [log] [blame]
Eric Biederman0ac6b412003-09-02 17:16:48 +00001#ifndef DEVICE_HYPERTRANSPORT_H
2#define DEVICE_HYPERTRANSPORT_H
3
4unsigned int hypertransport_scan_chain(struct bus *bus, unsigned min_unitid, 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 */