diff options
Diffstat (limited to 'payloads/libpayload/include/storage')
-rw-r--r-- | payloads/libpayload/include/storage/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/include/storage/storage.h b/payloads/libpayload/include/storage/storage.h index a3cebd90bd..f2e6f292c0 100644 --- a/payloads/libpayload/include/storage/storage.h +++ b/payloads/libpayload/include/storage/storage.h @@ -34,7 +34,7 @@ #include <unistd.h> -#ifndef CONFIG_LP_STORAGE_64BIT_LBA +#if !IS_ENABLED(CONFIG_LP_STORAGE_64BIT_LBA) typedef u32 lba_t; #else typedef u64 lba_t; |