Diff markup
1 /* 1
2 * async.h: Asynchronous function calls for bo
3 *
4 * (C) Copyright 2009 Intel Corporation
5 * Author: Arjan van de Ven <arjan@linux.intel
6 *
7 * This program is free software; you can redi
8 * modify it under the terms of the GNU Genera
9 * as published by the Free Software Foundatio
10 * of the License.
11 */
12
13 #include <linux/types.h>
14 #include <linux/list.h>
15
16 typedef u64 async_cookie_t;
17 typedef void (async_func_ptr) (void *data, asy
18
19 extern async_cookie_t async_schedule(async_fun
20 extern async_cookie_t async_schedule_domain(as
21 st
22 extern void async_synchronize_full(void);
23 extern void async_synchronize_full_domain(stru
24 extern void async_synchronize_cookie(async_coo
25 extern void async_synchronize_cookie_domain(as
26 st
27
28
|
This page was automatically generated by the
LXR engine.
|