summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot/lib/api_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/uboot/lib/api_public.h')
-rw-r--r--sys/boot/uboot/lib/api_public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/uboot/lib/api_public.h b/sys/boot/uboot/lib/api_public.h
index 9edf3af..b0140c5 100644
--- a/sys/boot/uboot/lib/api_public.h
+++ b/sys/boot/uboot/lib/api_public.h
@@ -118,7 +118,7 @@ struct sys_info {
#undef CFG_64BIT_LBA
#ifdef CFG_64BIT_LBA
-typedef u_int64_t lbasize_t;
+typedef uint64_t lbasize_t;
#else
typedef unsigned long lbasize_t;
#endif
OpenPOWER on IntegriCloud