mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-05-09 08:28:27 +00:00
remove unneeded headers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user