7 lines
103 B
C
Raw Normal View History

#pragma once
#include <stdint.h>
//Common data types
typedef uint32_t u32;
typedef volatile u32 vu32;