X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fide.h;h=dfef32f267d1316fcd8a811e90013249f5fc72cb;hb=f2841d377060cb2c3bedfcdfda6aab3066d6c4f1;hp=3af12c8db2f529f3ed98bb4b505d7926bd0d1cfa;hpb=c40b29568232761e33400e58be86b15a167d3422;p=oweals%2Fu-boot.git diff --git a/include/ide.h b/include/ide.h index 3af12c8db2..dfef32f267 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;