]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-rockchip/boot_mode.h
rockchip: make boot_mode related codes reused across all platforms
[u-boot] / arch / arm / include / asm / arch-rockchip / boot_mode.h
index bd65f60bf2bd7525969a4b757145549f585b47b4..163b2e7b04d2e5df57c9ab81d648da1d82637c7c 100644 (file)
@@ -16,4 +16,6 @@
 /* enter usb mass storage mode */
 #define BOOT_UMS               (REBOOT_FLAG + 12)
 
+int setup_boot_mode(void);
+
 #endif