repo.or.cz
/
pohmelfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux v2.6.15-rc7
[pohmelfs.git]
/
drivers
/
media
/
video
/
zr36120_mem.h
blob
aad117acc91d558b5d5e1ce72ab31cadc8c7e410
1
/* either kmalloc() or bigphysarea() alloced memory - continuous */
2
void
*
bmalloc
(
unsigned long
size
);
3
void
bfree
(
void
*
mem
,
unsigned long
size
);