diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-12-04 15:47:50 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-12-04 15:47:50 +0000 |
commit | 648e8da0c2110edba650cad6d322b887930d3b7f (patch) | |
tree | 1fc76b39fb244acfd51a2fc2f5302b5738681d4a /src/include | |
parent | 20c6f631aa298184cfdf1d70fae841e473b03789 (diff) |
small gcc4 patches, some ts5300 updates
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2129 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pc80/ide.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/pc80/ide.h b/src/include/pc80/ide.h index 55eec2259d..3646f29513 100644 --- a/src/include/pc80/ide.h +++ b/src/include/pc80/ide.h @@ -207,7 +207,5 @@ struct ide_pio_command /* Maximum block_size that may be set. */ #define DISK_BUFFER_SIZE (18 * SECTOR_SIZE) -extern struct harddisk_info harddisk_info[]; - extern int ide_probe(int drive); extern int ide_read(int drive, sector_t sector, void *buffer); |