Remove types.c/.h, use klibc headers, amend stdbool.h, reimplement cpuid()

This commit is contained in:
vmttmv
2026-01-12 02:42:02 +02:00
parent 86608ef48c
commit 841892398a
9 changed files with 20 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
#ifndef IRQ_H
#define IRQ_H
#include "types.h"
#include <stdint.h>
void irq_remap(void);
void irq_install(void);