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

From: Russ Anderson
Date: Mon Sep 29 2008 - 18:02:40 EST


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

Add oem runtime services function pointer.

Signed-off-by: Russ Anderson <rja@xxxxxxx>
Signed-off-by: Paul Jackson <pj@xxxxxxx>

---
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@xxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/