efi-boot-shim/include/sbat.h
Peter Jones 16732ad128 Add the beginning of .sbat parsing stuff
Signed-off-by: Peter Jones <pjones@redhat.com>
2021-02-13 11:02:59 -05:00

11 lines
196 B
C

// SPDX-License-Identifier: BSD-2-Clause-Patent
/*
* sbat.c - parse SBAT data from the .rsrc section data
*/
#ifndef SBAT_H_
#define SBAT_H_
#endif /* !SBAT_H_ */
// vim:fenc=utf-8:tw=75:noet