mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 12:11:43 +00:00
9 lines
230 B
C
9 lines
230 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 *revision, FILE *boot0);
|
|
|
|
#endif
|