mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-05-10 08:51:59 +00:00
devkit ram support
This commit is contained in:
@@ -44,3 +44,9 @@
|
||||
|
||||
void entry(void);
|
||||
void boot_linux(void);
|
||||
|
||||
enum kit_type {
|
||||
KIT_RETAIL,
|
||||
KIT_TESTKIT,
|
||||
KIT_DEVKIT
|
||||
};
|
||||
Reference in New Issue
Block a user