A whole lot of changes to make the code more device-oriented
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user