-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathbinaries.h
101 lines (98 loc) · 2.63 KB
/
binaries.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/*
* Copyright (c) 2021 MechaResearch
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdint.h>
#define BIN2C_EXTERN(x) \
extern uint8_t x; \
extern u32 size_##x
BIN2C_EXTERN(iomanX);
BIN2C_EXTERN(fileXio);
BIN2C_EXTERN(freesio2);
BIN2C_EXTERN(freepad);
BIN2C_EXTERN(mcman);
BIN2C_EXTERN(mcserv);
BIN2C_EXTERN(USBD);
BIN2C_EXTERN(USBHDFSD);
BIN2C_EXTERN(MECHAPROXY_irx);
BIN2C_EXTERN(IndieFlower);
BIN2C_EXTERN(MASSWATCHER_irx);
BIN2C_EXTERN(pwr50k);
BIN2C_EXTERN(pwr70k);
BIN2C_EXTERN(pwr90k);
BIN2C_EXTERN(pwrpsx1);
BIN2C_EXTERN(pwrpsx2);
BIN2C_EXTERN(pwrtvcombo);
BIN2C_EXTERN(frame_001);
BIN2C_EXTERN(frame_002);
BIN2C_EXTERN(frame_003);
BIN2C_EXTERN(frame_004);
BIN2C_EXTERN(frame_005);
BIN2C_EXTERN(frame_006);
BIN2C_EXTERN(frame_007);
BIN2C_EXTERN(frame_008);
BIN2C_EXTERN(frame_009);
BIN2C_EXTERN(frame_010);
BIN2C_EXTERN(frame_011);
BIN2C_EXTERN(frame_012);
BIN2C_EXTERN(frame_013);
BIN2C_EXTERN(frame_014);
BIN2C_EXTERN(frame_015);
BIN2C_EXTERN(frame_016);
BIN2C_EXTERN(frame_017);
BIN2C_EXTERN(frame_018);
BIN2C_EXTERN(frame_019);
BIN2C_EXTERN(frame_020);
BIN2C_EXTERN(frame_021);
BIN2C_EXTERN(frame_022);
BIN2C_EXTERN(frame_023);
BIN2C_EXTERN(frame_024);
BIN2C_EXTERN(frame_025);
BIN2C_EXTERN(frame_026);
BIN2C_EXTERN(frame_027);
BIN2C_EXTERN(frame_028);
BIN2C_EXTERN(frame_029);
BIN2C_EXTERN(frame_030);
BIN2C_EXTERN(frame_031);
BIN2C_EXTERN(frame_032);
BIN2C_EXTERN(frame_033);
BIN2C_EXTERN(frame_034);
BIN2C_EXTERN(frame_035);
BIN2C_EXTERN(frame_036);
BIN2C_EXTERN(frame_037);
BIN2C_EXTERN(frame_038);
BIN2C_EXTERN(frame_039);
BIN2C_EXTERN(frame_040);
BIN2C_EXTERN(frame_041);
BIN2C_EXTERN(frame_042);
BIN2C_EXTERN(frame_043);
BIN2C_EXTERN(frame_044);
BIN2C_EXTERN(frame_045);
BIN2C_EXTERN(frame_046);
BIN2C_EXTERN(frame_047);
BIN2C_EXTERN(frame_048);
BIN2C_EXTERN(frame_049);
BIN2C_EXTERN(frame_050);
BIN2C_EXTERN(frame_051);
BIN2C_EXTERN(frame_052);
BIN2C_EXTERN(frame_053);
BIN2C_EXTERN(frame_054);
BIN2C_EXTERN(frame_055);
BIN2C_EXTERN(frame_056);
BIN2C_EXTERN(frame_057);
BIN2C_EXTERN(frame_058);
BIN2C_EXTERN(frame_059);
BIN2C_EXTERN(frame_060);
BIN2C_EXTERN(frame_061);
BIN2C_EXTERN(frame_062);