commit | c35ba4ed7764b66e039cae3cc7f23b8558443035 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sun Mar 14 22:25:36 2004 +0000 |
committer | wdenk <wdenk> | Sun Mar 14 22:25:36 2004 +0000 |
tree | d33893d34d2a97aa23257703733dbc9d86d48278 | |
parent | ed2ac4bc11ab1924bcd6a4e65da7d1b29c06d710 [diff] [blame] |
Code cleanup; make several boards compile & link.
diff --git a/include/ide.h b/include/ide.h index 3af12c8..dfef32f 100644 --- a/include/ide.h +++ b/include/ide.h
@@ -38,7 +38,7 @@ #endif /* CONFIG_IDE_LED */ -#if CFG_64BIT_LBA +#ifdef CFG_64BIT_LBA typedef uint64_t lbaint_t; #else typedef ulong lbaint_t;