diff options
| author | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
|---|---|---|
| committer | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
| commit | e80d9d8871b325a04b18f90a9ea4bb7fd148fb25 (patch) | |
| tree | 79dbdb8506b7ff1e92549188d1b94cfc0b3503ae /tools/src/payload.h | |
Diffstat (limited to 'tools/src/payload.h')
| -rw-r--r-- | tools/src/payload.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/src/payload.h b/tools/src/payload.h new file mode 100644 index 0000000..8e6aa72 --- /dev/null +++ b/tools/src/payload.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: MIT */ + +#ifndef __PAYLOAD_H__ +#define __PAYLOAD_H__ + +int payload_run(void); + +#endif |
