Some shorthand typedef used around the kernel

This commit is contained in:
Imbus 2025-06-26 04:19:49 +02:00
parent e2a8bf287f
commit 567e79a4e8

6
types.h Normal file
View file

@ -0,0 +1,6 @@
#pragma once
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
typedef unsigned long u64;