mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 03:17:48 +00:00
4 lines
146 B
C
4 lines
146 B
C
|
/* either kmalloc() or bigphysarea() alloced memory - continuous */
|
||
|
void* bmalloc(unsigned long size);
|
||
|
void bfree(void* mem, unsigned long size);
|