| Line | |
|---|
| 1 | /* |
|---|
| 2 | * compat/kexec.c |
|---|
| 3 | */ |
|---|
| 4 | |
|---|
| 5 | #include <compat/kexec.h> |
|---|
| 6 | |
|---|
| 7 | #define COMPAT |
|---|
| 8 | #define ret_t int |
|---|
| 9 | |
|---|
| 10 | #define do_kexec_op compat_kexec_op |
|---|
| 11 | |
|---|
| 12 | #undef kexec_get |
|---|
| 13 | #define kexec_get(x) compat_kexec_get_##x |
|---|
| 14 | #define xen_kexec_range compat_kexec_range |
|---|
| 15 | #define xen_kexec_range_t compat_kexec_range_t |
|---|
| 16 | |
|---|
| 17 | #define kexec_load_unload compat_kexec_load_unload |
|---|
| 18 | #define xen_kexec_load compat_kexec_load |
|---|
| 19 | #define xen_kexec_load_t compat_kexec_load_t |
|---|
| 20 | |
|---|
| 21 | CHECK_kexec_exec; |
|---|
| 22 | |
|---|
| 23 | #include "../kexec.c" |
|---|
| 24 | |
|---|
| 25 | /* |
|---|
| 26 | * Local variables: |
|---|
| 27 | * mode: C |
|---|
| 28 | * c-set-style: "BSD" |
|---|
| 29 | * c-basic-offset: 4 |
|---|
| 30 | * tab-width: 4 |
|---|
| 31 | * indent-tabs-mode: nil |
|---|
| 32 | * End: |
|---|
| 33 | */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.