mirror of
https://github.com/AuroraWright/SafeA9LHInstaller.git
synced 2025-12-17 13:52:53 +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;
|