summaryrefslogtreecommitdiff
path: root/src/include/device/hypertransport.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-11-10 20:39:41 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-11-25 09:11:46 +0000
commitc19cbeeb6b4ec1f083951156e6b67d02390369b5 (patch)
tree7d0dec579ec5911fe105befab02642e6ef408ae4 /src/include/device/hypertransport.h
parentec8f5c79a5fd16531006dd950dc3fad71c97ca8b (diff)
device: Drop unused HyperTransport code
Only two definitions are actually used somewhere, the rest is unused. Change-Id: Iec52d0d47fce6a1ec5455b670824b995a7a34a4c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47407 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/device/hypertransport.h')
-rw-r--r--src/include/device/hypertransport.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/device/hypertransport.h b/src/include/device/hypertransport.h
deleted file mode 100644
index 382731fe86..0000000000
--- a/src/include/device/hypertransport.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef DEVICE_HYPERTRANSPORT_H
-#define DEVICE_HYPERTRANSPORT_H
-
-#include <device/hypertransport_def.h>
-
-extern struct device_operations default_ht_ops_bus;
-
-#define HT_IO_HOST_ALIGN 4096
-#define HT_MEM_HOST_ALIGN (1024*1024)
-
-#endif /* DEVICE_HYPERTRANSPORT_H */