remove unneeded headers

This commit is contained in:
Mateico
2026-04-27 15:46:59 +02:00
parent 565870fbb9
commit 63cd4720f5
3 changed files with 0 additions and 14 deletions

View File

@@ -2,13 +2,6 @@
#include "kernel_code.h"
#include "utils.h"
#include <stdint.h>
typedef int32_t size_t;
typedef int32_t cpusetid_t;
typedef int cpuwhich_t;
typedef int cpulevel_t;
typedef int32_t id_t;
#include <sys/_cpuset.h>
#include <sys/cpuset.h>
#define MSR_EFER 0xC0000080

View File

@@ -1,10 +1,7 @@
#ifndef MAIN_H
#define MAIN_H
#include "shellcode_kernel_args.h"
#include <stdarg.h>
#include <stdint.h>
#include <sys/_cpuset.h>
#include <sys/_types.h>
void (*printf)(const char *format, ...);
uint32_t (*AcpiSetFirmwareWakingVector)(uint64_t PhysicalAddress,