mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-01-08 19:28:43 +00:00
9 lines
113 B
C
9 lines
113 B
C
|
/* SPDX-License-Identifier: MIT */
|
||
|
|
||
|
#ifndef __PAYLOAD_H__
|
||
|
#define __PAYLOAD_H__
|
||
|
|
||
|
void payload_run(void);
|
||
|
|
||
|
#endif
|