search for: __xen_keyhandler_h__

Displaying 1 result from an estimated 1 matches for "__xen_keyhandler_h__".

2006 Sep 21
0
[PATCH] Move initialize_keytable declaration to keyhandler.h
...extern void early_cpu_init(void); struct tss_struct init_tss[NR_CPUS]; diff -r 010ae57673c7 -r 47e5627d8558 xen/include/xen/keyhandler.h --- a/xen/include/xen/keyhandler.h Wed Sep 20 21:47:29 2006 -0400 +++ b/xen/include/xen/keyhandler.h Thu Sep 21 00:52:18 2006 -0400 @@ -9,6 +9,9 @@ #ifndef __XEN_KEYHANDLER_H__ #define __XEN_KEYHANDLER_H__ + +/* Initialize keytable with default handlers */ +extern void initialize_keytable(void); /* * Register a callback function for key @key. The callback occurs in _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com...