mirror of
https://github.com/AuroraWright/SafeA9LHInstaller.git
synced 2025-06-26 13:42:45 +00:00
7 lines
103 B
C
7 lines
103 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
//Common data types
|
||
|
typedef uint32_t u32;
|
||
|
typedef volatile u32 vu32;
|