diff options
Diffstat (limited to 'OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h')
-rw-r--r-- | OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h index cf8bb12cde..72b0e149e0 100644 --- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h +++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h @@ -295,4 +295,15 @@ PlatformBdsEnterFrontPage ( IN BOOLEAN ConnectAllHappened
);
+/**
+ Loads and boots UEFI Linux via the FwCfg interface.
+
+ @retval EFI_NOT_FOUND - The Linux kernel was not found
+
+**/
+EFI_STATUS
+TryRunningQemuKernel (
+ VOID
+ );
+
#endif // _PLATFORM_SPECIFIC_BDS_PLATFORM_H_
|