Initial Commit
This commit is contained in:
19
include/reboot_payload.h
Normal file
19
include/reboot_payload.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __REBOOT_PAYLOAD_H__
|
||||
#define __REBOOT_PAYLOAD_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <switch.h>
|
||||
|
||||
int reboot_to_payload(const char* path, bool legacy);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user