q-mem.c 91 B

123456
  1. #include <linux/init.h>
  2. unsigned long __init prom_free_prom_memory(void)
  3. {
  4. return 0UL;
  5. }