lib/prog_ops.c: Add <types.h>
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ibacf704d362eecea3f7216ffcb02c2ef6f9a6d8f Reviewed-on: https://review.coreboot.org/c/coreboot/+/68051 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
parent
072c99a0df
commit
1dc827a1d9
|
@ -1,6 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <program_loading.h>
|
||||
#include <types.h>
|
||||
|
||||
/* For each segment of a program loaded this function is called*/
|
||||
void prog_segment_loaded(uintptr_t start, size_t size, int flags)
|
||||
|
|
Loading…
Reference in New Issue