index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
uio_usbdebug
/
lib
/
cbmem.c
blob: 6d87880acf45e13fac1db7747889473ba0ca7938 (
plain
)
1
2
3
4
5
6
7
8
#include <stdint.h> #include <stddef.h> void *cbmem_find(u32 id) { return NULL; }