36b569af55
Change-Id: I407474eac9f44f04036af7182714db7fdc4035f1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43369 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
10 lines
201 B
C
10 lines
201 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#ifndef __FIT_PAYLOAD_H_
|
|
#define __FIT_PAYLOAD_H_
|
|
|
|
#include <program_loading.h>
|
|
|
|
void fit_payload(struct prog *payload);
|
|
|
|
#endif /* __FIT_PAYLOAD_H_ */
|