mirror of
https://github.com/justinian/j6-uefi-headers.git
synced 2025-12-10 00:24:32 -08:00
Fix header include issues
- Add types.h to all generated proto headers - Add tables.h to loaded_image protocol header
This commit is contained in:
@@ -16,6 +16,7 @@ template = Template('''#pragma once
|
|||||||
// https://github.com/justinian/j6-uefi-headers for more information.
|
// https://github.com/justinian/j6-uefi-headers for more information.
|
||||||
|
|
||||||
#include <uefi/guid.h>
|
#include <uefi/guid.h>
|
||||||
|
#include <uefi/types.h>
|
||||||
{%- for header in headers %}
|
{%- for header in headers %}
|
||||||
#include <{{ header }}>
|
#include <{{ header }}>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
- name: loaded_image
|
- name: loaded_image
|
||||||
guid: "0x5b1b31a1,0x9562,0x11d2,{0x8e,0x3f,0x00,0xa0,0xc9,0x69,0x72,0x3b}"
|
guid: "0x5b1b31a1,0x9562,0x11d2,{0x8e,0x3f,0x00,0xa0,0xc9,0x69,0x72,0x3b}"
|
||||||
|
headers:
|
||||||
|
- uefi/tables.h
|
||||||
pre_data:
|
pre_data:
|
||||||
- name: revision
|
- name: revision
|
||||||
type: uint32_t
|
type: uint32_t
|
||||||
|
|||||||
Reference in New Issue
Block a user