geforkt von xt-sys/exectos
Rewrite core of the XTLDR boot loader
Reviewed-on: xt-sys/exectos#7 Reviewed-by: Piotr Likoski <likoski@noreply.codingworkshop.git> Co-authored-by: Rafal Kupiec <belliash@codingworkshop.eu.org> Co-committed-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
Dieser Commit ist enthalten in:
committet von
CodingWorkshop Signing Team
Ursprung
44905bb71d
Commit
4412d4fc98
23
sdk/xtdk/blfuncs.h
Normale Datei
23
sdk/xtdk/blfuncs.h
Normale Datei
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: sdk/xtdk/blfuncs.h
|
||||
* DESCRIPTION: XT Boot Manager routines
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTDK_BLFUNCS_H
|
||||
#define __XTDK_BLFUNCS_H
|
||||
|
||||
#include <xttypes.h>
|
||||
#include <xtuefi.h>
|
||||
|
||||
|
||||
/* XT BootLoader routines forward references */
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
BlGetXtLdrProtocol(IN PEFI_SYSTEM_TABLE SystemTable,
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
OUT PXTBL_LOADER_PROTOCOL *ProtocolHandler);
|
||||
|
||||
#endif /* __XTDK_BLFUNCS_H */
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren