Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
/* Variables */
static const char certs_fs[] ATTRIBUTE_ALIGN(32) = "/sys/cert.sys";

u32 boot2version;

void __Sys_ResetCallback(void)
{
/* Reboot console */
Expand Down
2 changes: 1 addition & 1 deletion source/sys.h
Original file line number Diff line number Diff line change
@@ -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);
Expand Down