X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fkernel%2Fao_boot.h;h=c11aac1ed2462b2e933751ec1afd79931b1a96e8;hb=3a3fb807394a534b6d44aa089f3b72a95ff9085d;hp=0977cf657fffc8bbd9b72f2f78e72d72dcba6130;hpb=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a;p=fw%2Faltos diff --git a/src/kernel/ao_boot.h b/src/kernel/ao_boot.h index 0977cf65..c11aac1e 100644 --- a/src/kernel/ao_boot.h +++ b/src/kernel/ao_boot.h @@ -22,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) */