mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-07-18 03:50:59 +00:00
remove unneeded headers
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
#include <sys/types.h>
|
|
||||||
#include <cpuid.h>
|
|
||||||
#include <machine/atomic.h>
|
|
||||||
#include <machine/cpufunc.h>
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "../include/config.h"
|
#include "../include/config.h"
|
||||||
|
|||||||
@@ -2,13 +2,6 @@
|
|||||||
#include "kernel_code.h"
|
#include "kernel_code.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include <stdint.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
|
#define MSR_EFER 0xC0000080
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,7 @@
|
|||||||
#ifndef MAIN_H
|
#ifndef MAIN_H
|
||||||
#define MAIN_H
|
#define MAIN_H
|
||||||
#include "shellcode_kernel_args.h"
|
#include "shellcode_kernel_args.h"
|
||||||
#include <stdarg.h>
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <sys/_cpuset.h>
|
|
||||||
#include <sys/_types.h>
|
|
||||||
|
|
||||||
void (*printf)(const char *format, ...);
|
void (*printf)(const char *format, ...);
|
||||||
uint32_t (*AcpiSetFirmwareWakingVector)(uint64_t PhysicalAddress,
|
uint32_t (*AcpiSetFirmwareWakingVector)(uint64_t PhysicalAddress,
|
||||||
|
|||||||
Reference in New Issue
Block a user