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:
@@ -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