summaryrefslogtreecommitdiff
path: root/src/kernel/types.h
blob: 891e644c8e2c4a981b6c80e1b4a58f6b06ad0f6a (plain)
1
2
3
4
5
#pragma once
#include <stdint.h>

#define TYPES_INCLUDED
typedef uintptr_t user_ptr;