diff options
Diffstat (limited to 'include/linux/vmalloc.h')
| -rw-r--r-- | include/linux/vmalloc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h index 307b88577eaa..506e7620a986 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h | |||
| @@ -97,6 +97,10 @@ extern void unmap_kernel_range(unsigned long addr, unsigned long size); | |||
| 97 | extern struct vm_struct *alloc_vm_area(size_t size); | 97 | extern struct vm_struct *alloc_vm_area(size_t size); |
| 98 | extern void free_vm_area(struct vm_struct *area); | 98 | extern void free_vm_area(struct vm_struct *area); |
| 99 | 99 | ||
| 100 | /* for /dev/kmem */ | ||
| 101 | extern long vread(char *buf, char *addr, unsigned long count); | ||
| 102 | extern long vwrite(char *buf, char *addr, unsigned long count); | ||
| 103 | |||
| 100 | /* | 104 | /* |
| 101 | * Internals. Dont't use.. | 105 | * Internals. Dont't use.. |
| 102 | */ | 106 | */ |
