[stage2] Implement package1_parse_boot0

This commit is contained in:
TuxSH
2018-05-10 22:53:46 +02:00
parent 1dd073d8d2
commit 4168a33dd1
2 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#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