URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [media/] [video/] [zr36120_mem.h] - Rev 1275
Go to most recent revision | 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);
Go to most recent revision | Compare with Previous | Blame | View Log