source: trunk/packages/xen-3.1/xen-3.1/linux-2.6-xen-sparse/include/xen/driver_util.h @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 361 bytes
Line 
1
2#ifndef __ASM_XEN_DRIVER_UTIL_H__
3#define __ASM_XEN_DRIVER_UTIL_H__
4
5#include <linux/vmalloc.h>
6#include <linux/device.h>
7
8/* Allocate/destroy a 'vmalloc' VM area. */
9extern struct vm_struct *alloc_vm_area(unsigned long size);
10extern void free_vm_area(struct vm_struct *area);
11
12extern struct class *get_xen_class(void);
13
14#endif /* __ASM_XEN_DRIVER_UTIL_H__ */
Note: See TracBrowser for help on using the repository browser.