mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-07-15 21:42:27 +00:00
some more tyding
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifndef LOADER_H
|
||||
#define LOADER_H
|
||||
#include "utils.h"
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -7,3 +9,5 @@ void pte_store(uintptr_t ptep, uint64_t pte);
|
||||
int read_file(const char *path, void *buf, size_t bufsize);
|
||||
void trim_newline(char *s);
|
||||
int fetch_linux(struct linux_info *info);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user