search for: geebol

Displaying 1 result from an estimated 1 matches for "geebol".

Did you mean: eeebox
2020 Mar 24
2
[PATCH] efi/main.c: include <efisetjmp.h>
...t 486ba3c3bdd147b7d98159b9e650be60bce0f027 ("Do not include efisetjmp.h on efi.h"), in which they state: Do not include efisetjmp.h on efi.h People than really want to use efisetjmp implementation can include the header on their own. Signed-off-by: leo <leo.sartre at geebol.fr> So we act as specified, and include <efisetjmp.h> from efi/main.c. Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com> --- efi/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/efi/main.c b/efi/main.c index 6a748412..e924cfb1 100644 --- a/efi/main.c +++...