All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] Add EFI OEM runtime services entry
@ 2008-09-29 22:02 Russ Anderson
  0 siblings, 0 replies; only message in thread
From: Russ Anderson @ 2008-09-29 22:02 UTC (permalink / raw)
  To: linux-kernel, mingo, tglx, Huang Ying
  Cc: H. Peter Anvin, Jack Steiner, Russ Anderson

[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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-29 22:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-29 22:02 [PATCH 1/4] Add EFI OEM runtime services entry Russ Anderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.