efivars: rename efi variable header
We'd like to add some other definitions to this, so give it a more generic name. Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
This commit is contained in:
parent
6e4b3edcfb
commit
ce1689436e
2 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
#include <ccan/read_write_all/read_write_all.h>
|
||||
#include <ccan/talloc/talloc.h>
|
||||
|
||||
#include "efi-varauth.h"
|
||||
#include "efivars.h"
|
||||
#include "fileio.h"
|
||||
|
||||
static const char *toolname = "sbvarsign";
|
||||
|
|
Loading…
Reference in a new issue