core: remove bozo typedef for types
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
#include <stdint.h>
|
||||
|
||||
void sleep(u64 delay);
|
||||
void sleep(uint64_t delay);
|
||||
|
Reference in New Issue
Block a user