Added some debug printk's for shares_write problems that Steve is seeing
[linux-2.6.git] / drivers / media / video / zr36120_mem.h
1 /* either kmalloc() or bigphysarea() alloced memory - continuous */
2 void*   bmalloc(unsigned long size);
3 void    bfree(void* mem, unsigned long size);