mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-02 19:37:38 +00:00
sbat: make the includes work like everything else.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
cf7260d432
commit
5fb5537fa9
@ -6,8 +6,6 @@
|
|||||||
#ifndef SBAT_H_
|
#ifndef SBAT_H_
|
||||||
#define SBAT_H_
|
#define SBAT_H_
|
||||||
|
|
||||||
#include "shim.h"
|
|
||||||
|
|
||||||
struct sbat_entry {
|
struct sbat_entry {
|
||||||
const CHAR8 *component_name;
|
const CHAR8 *component_name;
|
||||||
const CHAR8 *component_generation;
|
const CHAR8 *component_generation;
|
||||||
|
2
sbat.c
2
sbat.c
@ -3,7 +3,7 @@
|
|||||||
* sbat.c - parse SBAT data from the .sbat section data
|
* sbat.c - parse SBAT data from the .sbat section data
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sbat.h"
|
#include "shim.h"
|
||||||
|
|
||||||
CHAR8 *
|
CHAR8 *
|
||||||
get_sbat_field(CHAR8 *current, CHAR8 *end, const CHAR8 ** field, char delim)
|
get_sbat_field(CHAR8 *current, CHAR8 *end, const CHAR8 ** field, char delim)
|
||||||
|
1
shim.h
1
shim.h
@ -139,6 +139,7 @@
|
|||||||
#include "include/peimage.h"
|
#include "include/peimage.h"
|
||||||
#include "include/pe.h"
|
#include "include/pe.h"
|
||||||
#include "include/replacements.h"
|
#include "include/replacements.h"
|
||||||
|
#include "include/sbat.h"
|
||||||
#if defined(OVERRIDE_SECURITY_POLICY)
|
#if defined(OVERRIDE_SECURITY_POLICY)
|
||||||
#include "include/security_policy.h"
|
#include "include/security_policy.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user