blob: 8632b05b82b3310deeeb9fb263142587a0e26ffa [file] [log] [blame]
Patrick Georgiac959032020-05-05 22:49:26 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Patrick Rudolpha892cde2018-04-19 14:39:07 +02002
3#ifndef __FIT_PAYLOAD_H_
4#define __FIT_PAYLOAD_H_
5
6#include <program_loading.h>
7#include <stdint.h>
8
9void fit_payload(struct prog *payload);
10
11#endif /* __FIT_PAYLOAD_H_ */