forked from LongSoft/PMPatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatch.h
More file actions
22 lines (15 loc) · 658 Bytes
/
patch.h
File metadata and controls
22 lines (15 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Patch Header
Copyright (c) 2012, Nikolaj Schlej. All rights reserved.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
*/
#ifndef __PATCH_H__
#define __PATCH_H__
#include "Common/BaseTypes.h"
// Patches BIOS
BOOLEAN patch_bios(UINT8* bios, UINT32 size);
#endif // __PATCH_H__