]> Git Repo - J-u-boot.git/blobdiff - include/ide.h
i2c, ppc4xx_i2c: switch to new multibus/multiadapter support
[J-u-boot.git] / include / ide.h
index f691a74ab46a9dc177379eb52077efdc67e81d15..59ea9758a7d90e0d43033a81ab3a74a0eee77cf6 100644 (file)
@@ -44,9 +44,11 @@ extern ulong ide_bus_offset[];
 #ifdef CONFIG_SYS_64BIT_LBA
 typedef uint64_t lbaint_t;
 #define LBAF "%llx"
+#define LBAFU "%llu"
 #else
 typedef ulong lbaint_t;
 #define LBAF "%lx"
+#define LBAFU "%lu"
 #endif
 
 /*
This page took 0.021949 seconds and 4 git commands to generate.