mirror of
https://github.com/FIX94/Some-YAWMM-Mod.git
synced 2024-11-22 08:09:18 +01:00
Fix variable definition in header.
This commit is contained in:
parent
e270886303
commit
b040c6b50b
@ -13,6 +13,8 @@
|
||||
/* Variables */
|
||||
static const char certs_fs[] ATTRIBUTE_ALIGN(32) = "/sys/cert.sys";
|
||||
|
||||
u32 boot2version;
|
||||
|
||||
void __Sys_ResetCallback(void)
|
||||
{
|
||||
/* Reboot console */
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user