[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080929220228.GC108640@sgi.com>
Date: Mon, 29 Sep 2008 17:02:28 -0500
From: Russ Anderson <rja@....com>
To: linux-kernel@...r.kernel.org, mingo@...e.hu, tglx@...utronix.de,
Huang Ying <ying.huang@...el.com>
Cc: "H. Peter Anvin" <hpa@...or.com>, Jack Steiner <steiner@....com>,
Russ Anderson <rja@....com>
Subject: [PATCH 1/4] Add EFI OEM runtime services entry
[PATCH 1/4] Add EFI OEM runtime services entry
Add oem runtime services function pointer.
Signed-off-by: Russ Anderson <rja@....com>
Signed-off-by: Paul Jackson <pj@....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@....com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists