URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [media/] [video/] [zr36120_mem.h] - Rev 1765
Compare with Previous | Blame | View Log
/* either kmalloc() or bigphysarea() alloced memory - continuous */ void* bmalloc(unsigned long size); void bfree(void* mem, unsigned long size);