aboutsummaryrefslogtreecommitdiff
path: root/src/include/device/hypertransport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/hypertransport.h')
-rw-r--r--src/include/device/hypertransport.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/device/hypertransport.h b/src/include/device/hypertransport.h
new file mode 100644
index 0000000000..281f50e505
--- /dev/null
+++ b/src/include/device/hypertransport.h
@@ -0,0 +1,9 @@
+#ifndef DEVICE_HYPERTRANSPORT_H
+#define DEVICE_HYPERTRANSPORT_H
+
+unsigned int hypertransport_scan_chain(struct bus *bus, unsigned min_unitid, unsigned int max);
+
+#define HT_IO_HOST_ALIGN 4096
+#define HT_MEM_HOST_ALIGN (1024*1024)
+
+#endif /* DEVICE_HYPERTRANSPORT_H */