Import include/android_bootloader_message.h from AOSP
authorAlex Deymo <deymo@google.com>
Tue, 14 May 2019 19:05:26 +0000 (21:05 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 18 May 2019 16:32:02 +0000 (12:32 -0400)
commit27d15611829e9fbe4a396e1ab9d889b40d9d8270
tree16a55cac1545bcda3d7bb32024af27063573b190
parent7d57485a8a3c45c254919f01337c14cc2856accd
Import include/android_bootloader_message.h from AOSP

This takes the latest changes from AOSP from the file
bootloader_message/include/bootloader_message/bootloader_message.h
in the repository
https://android.googlesource.com/platform/bootable/recovery
and re-licensed them to BSD-3 for U-Boot.

Minimum local changes have been applied (convert C++ to C comments and
adding #ifndef __UBOOT__ block to skip all the function declarations).

Signed-off-by: Alex Deymo <deymo@google.com>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
include/android_bootloader_message.h [new file with mode: 0644]