Linux 2.4.0-test7-pre6
[davej-history.git] / drivers / char / zr36120_mem.h
blobaad117acc91d558b5d5e1ce72ab31cadc8c7e410
1 /* either kmalloc() or bigphysarea() alloced memory - continuous */
2 void* bmalloc(unsigned long size);
3 void bfree(void* mem, unsigned long size);