|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/string.h>#include <linux/bug.h>#include <linux/export.h>#include <asm/hypervisor.h>#include <asm/xen/hypercall.h>Go to the source code of this file.
Macros | |
| #define | COPY_BACK(eop) |
| #define | COPY_BACK(pop, fld) |
Functions | |
| int | xen_event_channel_op_compat (int cmd, void *arg) |
| EXPORT_SYMBOL_GPL (xen_event_channel_op_compat) | |
| int | HYPERVISOR_physdev_op_compat (int cmd, void *arg) |
| #define COPY_BACK | ( | eop | ) |
| #define COPY_BACK | ( | pop, | |
| fld | |||
| ) |
| EXPORT_SYMBOL_GPL | ( | xen_event_channel_op_compat | ) |
Definition at line 47 of file fallback.c.
Definition at line 8 of file fallback.c.
1.8.2