File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 77#include "devicetree.h"
88#include "drivers.h"
99#include "efi-string-table.h"
10- #include "efivars-fundamental.h"
1110#include "efivars.h"
11+ #include "efivars-fundamental.h"
1212#include "export-vars.h"
1313#include "graphics.h"
1414#include "initrd.h"
Original file line number Diff line number Diff line change 11/* SPDX-License-Identifier: BSD-3-Clause */
22#pragma once
33
4- #include "efi.h"
54#include "chid-fundamental.h"
5+ #include "efi.h"
66
77/* A .hwids PE section consists of a series of 'Device' structures. A 'Device' structure binds a CHID to some
88 * resource, for now only Devicetree blobs. Designed to be extensible to other types of resources, should the
Original file line number Diff line number Diff line change 77# include "util.h"
88#else
99# include <stdlib.h>
10+
1011# include "alloc-util.h"
1112# define xnew (t , n ) ASSERT_SE_PTR(new(t, n))
1213# define xmalloc (n ) ASSERT_SE_PTR(malloc(n))
You can’t perform that action at this time.
0 commit comments