summaryrefslogtreecommitdiff
path: root/shim.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2025-01-17 14:13:46 -0500
committerPeter Jones <pjones@redhat.com>2025-01-17 14:45:32 -0500
commit1508ece179267943bad5851010eba8c00570c0ed (patch)
treeb69dbd48a7b4f444d5f39b89566b062b6c361eb3 /shim.h
parent27562ea4cecb9e332080bc77c644c3e0612b73a9 (diff)
downloadefi-boot-shim-1508ece179267943bad5851010eba8c00570c0ed.tar.gz
efi-boot-shim-1508ece179267943bad5851010eba8c00570c0ed.zip
Move is_removable_media_path() to a shared location.
We need to use is_removable_media_path(), and potentially other helpers, from Mok as well as shim. This moves it to a file just for Device Path utility functions to make that simpler. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'shim.h')
-rw-r--r--shim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shim.h b/shim.h
index 5791a031..c0d8aa95 100644
--- a/shim.h
+++ b/shim.h
@@ -163,6 +163,7 @@
#include "include/configtable.h"
#include "include/console.h"
#include "include/crypt_blowfish.h"
+#include "include/dp.h"
#include "include/efiauthenticated.h"
#include "include/errors.h"
#include "include/execute.h"