projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
[linux-2.6]
/
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);