summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2020-12-02 00:05:16 -0500
committerPeter Jones <pjones@redhat.com>2021-02-13 11:02:59 -0500
commit16732ad12869c472dbe37bc0556625489e03cee2 (patch)
tree9ccbf136c412aa5e4ab60cef3a9f8005c7cd246b /include
parent19f3b31f6af1317f236ea669999d896883bbe20b (diff)
downloadefi-boot-shim-16732ad12869c472dbe37bc0556625489e03cee2.tar.gz
efi-boot-shim-16732ad12869c472dbe37bc0556625489e03cee2.zip
Add the beginning of .sbat parsing stuff
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sbat.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/sbat.h b/include/sbat.h
new file mode 100644
index 00000000..acda5ef6
--- /dev/null
+++ b/include/sbat.h
@@ -0,0 +1,10 @@
+// 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