more device pointers

This commit is contained in:
2020-02-10 19:42:25 -05:00
parent 5143528433
commit 983ad0ad29
3 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ typedef enum
DRAM
} LOCATION_T;
#define DEV_PTR_NULL -1ull;
#define DEV_PTR_NULL -1ull
typedef unsigned long long DEV_PTR_T;
int install_payload(struct pwned_device *dev, PAYLOAD_T p, LOCATION_T loc);