Messages in this thread Patch in this message |  | | Date | Thu, 15 Feb 2007 17:52:24 +0100 | From | Ingo Molnar <> | Subject | [patch 04/14] syslets: core, data structures |
| |
From: Ingo Molnar <mingo@elte.hu>
this adds the data structures used by the syslet / async system calls infrastructure.
This is used only if CONFIG_ASYNC_SUPPORT is enabled.
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> --- kernel/async.h | 2 ++ 1 file changed, 2 insertions(+)
Index: linux/kernel/async.h =================================================================== --- /dev/null +++ linux/kernel/async.h @@ -0,0 +1,2 @@ + + - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |