root/arch/mips/kernel/bios32.c

/* [previous][next][first][last][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. bios32_init

   1 /*
   2  * bios 32 replacement
   3  */
   4 unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
     /* [previous][next][first][last][top][bottom][index][help] */
   5 {
   6         return memory_start;
   7 }

/* [previous][next][first][last][top][bottom][index][help] */