| 
									
										
										
										
											2006-10-19 23:28:20 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Copyright (C) 2005 Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | 
					
						
							|  |  |  |  * Licensed under the GPL | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __UM_MALLOC_H__
 | 
					
						
							|  |  |  | #define __UM_MALLOC_H__
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-08-18 20:01:49 +01:00
										 |  |  | #include <generated/asm-offsets.h>
 | 
					
						
							| 
									
										
										
										
											2007-07-15 23:38:56 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-05-12 14:01:52 -07:00
										 |  |  | extern void *uml_kmalloc(int size, int flags); | 
					
						
							| 
									
										
										
										
											2006-10-19 23:28:20 -07:00
										 |  |  | extern void kfree(const void *ptr); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-07-15 23:38:56 -07:00
										 |  |  | extern void *vmalloc(unsigned long size); | 
					
						
							| 
									
										
										
										
											2006-10-19 23:28:20 -07:00
										 |  |  | extern void vfree(void *ptr); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* __UM_MALLOC_H__ */
 | 
					
						
							| 
									
										
										
										
											2008-05-12 14:01:52 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 |