Sign in
zircon-guest
/
third_party
/
linux
/
d54a5cb6484705f7808b337917cc7598f2f971c3
/
.
/
arch
/
mips
/
qemu
/
q-mem.c
blob: d174fac43031bf8a067502f8034c750d41c1e1c3 [
file
] [
log
] [
blame
]
#include
<linux/init.h>
unsigned
long
__init prom_free_prom_memory
(
void
)
{
return
0UL
;
}