loader: Move verity-hash.h to include
Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
ff8d967eff
commit
57fca7d1a3
4 changed files with 4 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <grub/efi/efi.h>
|
||||
#include <grub/tpm.h>
|
||||
|
||||
#include "../verity-hash.h"
|
||||
#include <grub/verity-hash.h>
|
||||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
|
|
|
@ -37,7 +37,8 @@
|
|||
#include <grub/linux.h>
|
||||
#include <grub/tpm.h>
|
||||
|
||||
#include "verity-hash.h"
|
||||
#include <grub/verity-hash.h>
|
||||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
#ifdef GRUB_MACHINE_PCBIOS
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include <grub/i386/linux.h>
|
||||
#include <grub/misc.h>
|
||||
|
||||
#include "verity-hash.h"
|
||||
#include <grub/verity-hash.h>
|
||||
|
||||
grub_elf_t
|
||||
grub_xen_file (grub_file_t file)
|
||||
|
|
Loading…
Add table
Reference in a new issue