mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 12:11:43 +00:00
10 lines
229 B
C
10 lines
229 B
C
|
#ifndef FUSEE_PACKAGE1_H
|
||
|
#define FUSEE_PACKAGE1_H
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include "key_derivation.h"
|
||
|
|
||
|
int package1_parse_boot0(void **package1, size_t *package1_size, nx_keyblob_t *keyblobs, uint32_t *version, FILE *boot0);
|
||
|
|
||
|
#endif
|