A whole lot of changes to make the code more device-oriented

This commit is contained in:
2019-12-10 16:25:11 -05:00
parent 572ce57230
commit 941c476251
13 changed files with 311 additions and 258 deletions

View File

@@ -1,4 +1,11 @@
#ifndef IPWNDFU_REWRITE_C_PAYLOAD_H
#define IPWNDFU_REWRITE_C_PAYLOAD_H
typedef enum
{
PAYLOAD_AES
} PAYLOAD_T;
struct payload *get_payload(PAYLOAD_T p);
#endif //IPWNDFU_REWRITE_C_PAYLOAD_H