aboutsummaryrefslogtreecommitdiff
path: root/src/devices/hypertransport.c
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2003-09-04 03:00:54 +0000
committerEric Biederman <ebiederm@xmission.com>2003-09-04 03:00:54 +0000
commitff0e8465e828aefb636742c254237799ed23ccd7 (patch)
tree98c47e87aa57cbc0b82980952c6e17716a3fae5c /src/devices/hypertransport.c
parent6638755a232d7ad8a5eb178804bed7a6847cf1ae (diff)
- Include hypertransport.h in hypertransport.c
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1101 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices/hypertransport.c')
-rw-r--r--src/devices/hypertransport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/hypertransport.c b/src/devices/hypertransport.c
index 26cd237e8a..0c1dc3959a 100644
--- a/src/devices/hypertransport.c
+++ b/src/devices/hypertransport.c
@@ -3,6 +3,7 @@
#include <device/device.h>
#include <device/path.h>
#include <device/pci.h>
+#include <device/hypertransport.h>
#include <part/hard_reset.h>
#include <part/fallback_boot.h>