mirror of
https://github.com/FIX94/Some-YAWMM-Mod.git
synced 2024-11-26 01:54:15 +01:00
Fix variable definition in header.
This commit is contained in:
parent
e270886303
commit
b040c6b50b
@ -13,6 +13,8 @@
|
|||||||
/* Variables */
|
/* Variables */
|
||||||
static const char certs_fs[] ATTRIBUTE_ALIGN(32) = "/sys/cert.sys";
|
static const char certs_fs[] ATTRIBUTE_ALIGN(32) = "/sys/cert.sys";
|
||||||
|
|
||||||
|
u32 boot2version;
|
||||||
|
|
||||||
void __Sys_ResetCallback(void)
|
void __Sys_ResetCallback(void)
|
||||||
{
|
{
|
||||||
/* Reboot console */
|
/* Reboot console */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef _SYS_H_
|
#ifndef _SYS_H_
|
||||||
#define _SYS_H_
|
#define _SYS_H_
|
||||||
|
|
||||||
u32 boot2version;
|
extern u32 boot2version;
|
||||||
/* Prototypes */
|
/* Prototypes */
|
||||||
bool isIOSstub(u8 ios_number);
|
bool isIOSstub(u8 ios_number);
|
||||||
bool loadIOS(int ios);
|
bool loadIOS(int ios);
|
||||||
|
Loading…
Reference in New Issue
Block a user