blob: aad117acc91d558b5d5e1ce72ab31cadc8c7e410 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* either kmalloc() or bigphysarea() alloced memory - continuous */
2void* bmalloc(unsigned long size);
3void bfree(void* mem, unsigned long size);