arm: dts: rockchip: Add initial DT for Pinebook Pro
[oweals/u-boot.git] / include / android_ab.h
index 3f4e69be9ef727e6177897ca3f14c419511beaa5..0941eb6b9cc4556f491f2d68793cd019be05854d 100644 (file)
@@ -6,7 +6,8 @@
 #ifndef __ANDROID_AB_H
 #define __ANDROID_AB_H
 
-#include <common.h>
+struct blk_desc;
+struct disk_partition;
 
 /* Android standard boot slot names are 'a', 'b', 'c', ... */
 #define BOOT_SLOT_NAME(slot_num) ('a' + (slot_num))