- Remove dead argument to hypertransport_scan_chain

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1100 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman
2003-09-04 01:25:55 +00:00
parent 481b5688b5
commit 6638755a23
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#ifndef DEVICE_HYPERTRANSPORT_H
#define DEVICE_HYPERTRANSPORT_H
unsigned int hypertransport_scan_chain(struct bus *bus, unsigned min_unitid, unsigned int max);
unsigned int hypertransport_scan_chain(struct bus *bus, unsigned int max);
#define HT_IO_HOST_ALIGN 4096
#define HT_MEM_HOST_ALIGN (1024*1024)