SSBM Decomp
Loading...
Searching...
No Matches
axdriver.static.h
Go to the documentation of this file.
1#ifndef ___AXDRIVER_H_
2#define ___AXDRIVER_H_
3
4#include "axdriver.h" // IWYU pragma: export
5
6/* 408140 */ extern char AXDriver_80408140[];
7/* 40814C */ extern char AXDriver_8040814C[];
8/* 408168 */ extern char AXDriver_80408168[];
9/* 4D77D4 */ extern u8* AXDriver_804D77D4;
10/* 4D77D8 */ extern u32 axfxallocsize;
11/* 4D77DC */ extern u32 axfxmaxsize;
12/* 4D77EC */ static s32 AXDriver_804D77EC;
13
14#endif
u32 axfxallocsize
char AXDriver_8040814C[]
char AXDriver_80408168[]
u32 axfxmaxsize
u8 * AXDriver_804D77D4
static s32 AXDriver_804D77EC
Definition axdriver.static.h:12
char AXDriver_80408140[]
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
signed long s32
A signed 32-bit integer.
Definition platform.h:14
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20