This website requires JavaScript.
Explore
Help
Register
Sign In
GNUBoot
/
coreboot-kgpe-d16
Watch
2
Star
0
Fork
You've already forked coreboot-kgpe-d16
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aee8426336
coreboot-kgpe-d16
/
util
/
uio_usbdebug
/
lib
/
cbmem.c
9 lines
85 B
C
Raw
Blame
History
#
include
<stdint.h>
#
include
<stddef.h>
void
*
cbmem_find
(
u32
id
)
{
return
NULL
;
}
Reference in New Issue
View Git Blame
Copy Permalink