This commit is contained in:
Admiral H. Curtiss 2020-11-19 21:43:24 +01:00 committed by GitHub
commit 3a3ef8ca01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,8 @@
/* Variables */
static const char certs_fs[] ATTRIBUTE_ALIGN(32) = "/sys/cert.sys";
u32 boot2version;
void __Sys_ResetCallback(void)
{
/* Reboot console */

View File

@ -1,7 +1,7 @@
#ifndef _SYS_H_
#define _SYS_H_
u32 boot2version;
extern u32 boot2version;
/* Prototypes */
bool isIOSstub(u8 ios_number);
bool loadIOS(int ios);