mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +03:00
Missing include
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
/* relocate() is conceptually impossible with KEEP_IT_REAL */
|
/* relocate() is conceptually impossible with KEEP_IT_REAL */
|
||||||
#ifndef KEEP_IT_REAL
|
#ifndef KEEP_IT_REAL
|
||||||
|
|
||||||
|
#include "tables.h"
|
||||||
|
|
||||||
/* An entry in the post-relocation function table */
|
/* An entry in the post-relocation function table */
|
||||||
struct post_reloc_fn {
|
struct post_reloc_fn {
|
||||||
void ( *post_reloc ) ( void );
|
void ( *post_reloc ) ( void );
|
||||||
|
|||||||
Reference in New Issue
Block a user