X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fkernel%2Fao_boot.h;h=0977cf657fffc8bbd9b72f2f78e72d72dcba6130;hb=HEAD;hp=62392d254d6461604e4c34947be99b2b56cf50e0;hpb=6833e466d7d77765199bf4d21437c34a4eceb044;p=fw%2Faltos diff --git a/src/kernel/ao_boot.h b/src/kernel/ao_boot.h index 62392d25..c11aac1e 100644 --- a/src/kernel/ao_boot.h +++ b/src/kernel/ao_boot.h @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -21,7 +22,8 @@ void ao_boot_chain(uint32_t *base); -void +/* Return true to switch to application */ +int ao_boot_check_pin(void); /* Return true to switch to application (if present) */