diff options
Diffstat (limited to 'include/xen/xen-ops.h')
| -rw-r--r-- | include/xen/xen-ops.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/xen/xen-ops.h b/include/xen/xen-ops.h index 46bc81ef74c6..351f4051f6d8 100644 --- a/include/xen/xen-ops.h +++ b/include/xen/xen-ops.h | |||
| @@ -17,4 +17,10 @@ void xen_arch_resume(void); | |||
| 17 | 17 | ||
| 18 | int xen_setup_shutdown_event(void); | 18 | int xen_setup_shutdown_event(void); |
| 19 | 19 | ||
| 20 | extern unsigned long *xen_contiguous_bitmap; | ||
| 21 | int xen_create_contiguous_region(unsigned long vstart, unsigned int order, | ||
| 22 | unsigned int address_bits); | ||
| 23 | |||
| 24 | void xen_destroy_contiguous_region(unsigned long vstart, unsigned int order); | ||
| 25 | |||
| 20 | #endif /* INCLUDE_XEN_OPS_H */ | 26 | #endif /* INCLUDE_XEN_OPS_H */ |
