mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-01-09 01:40:43 +01:00
12 lines
332 B
C
12 lines
332 B
C
// Copyright 2010 Joseph Jordan <joe.ftpii@psychlaw.com.au>
|
|
// This code is licensed to you under the terms of the GNU GPL, version 2;
|
|
// see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
|
#ifndef _IOSPATCH_H
|
|
#define _IOSPATCH_H
|
|
|
|
#include <gccore.h>
|
|
|
|
u32 IOSPATCH_Apply();
|
|
|
|
#endif /* _IOSPATCH_H */
|