[PATCH 1/4] Add EFI OEM runtime services entry

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>, <mingo@...>, <tglx@...>, Huang Ying <ying.huang@...>
Cc: H. Peter Anvin <hpa@...>, Jack Steiner <steiner@...>, Russ Anderson <rja@...>
Date: Monday, September 29, 2008 - 6:02 pm

[PATCH 1/4] Add EFI OEM runtime services entry

Add oem runtime services function pointer.

Signed-off-by: Russ Anderson <rja@sgi.com>
Signed-off-by: Paul Jackson <pj@sgi.com>

---
 include/linux/efi.h |    1 +
 1 file changed, 1 insertion(+)

Index: linux/include/linux/efi.h
===================================================================
--- linux.orig/include/linux/efi.h	2008-09-29 15:20:53.000000000 -0500
+++ linux/include/linux/efi.h	2008-09-29 15:20:59.000000000 -0500
@@ -156,6 +156,7 @@ typedef struct {
 	unsigned long set_variable;
 	unsigned long get_next_high_mono_count;
 	unsigned long reset_system;
+	unsigned long oem;
 } efi_runtime_services_t;
 
 typedef efi_status_t efi_get_time_t (efi_time_t *tm, efi_time_cap_t *tc);
-- 
Russ Anderson, OS RAS/Partitioning Project Lead  
SGI - Silicon Graphics Inc          rja@sgi.com
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/4] Add EFI OEM runtime services entry, Russ Anderson, (Mon Sep 29, 6:02 pm)