mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-07-16 01:50:40 +00:00
9 lines
153 B
C
9 lines
153 B
C
#ifndef HV_DEFEAT_0607_H
|
|
#define HV_DEFEAT_0607_H
|
|
|
|
#include <stddef.h>
|
|
|
|
int hv_defeat_0607(void *shellcode_kernel, size_t shellcode_kernel_len);
|
|
|
|
#endif
|