root/arch/mips/kernel/bootinfo.c

/* [previous][next][first][last][top][bottom][index][help] */
   1 /*
   2  * arch/mips/kernel/bootinfo.c
   3  *
   4  * Copyright (C) 1995  Ralf Baechle
   5  *
   6  * Kernel data passed by the loader 
   7  */
   8 #include <asm/bootinfo.h>
   9 
  10 /*
  11  * Initialise this structure so that it will be placed in the
  12  * .data section of the object file
  13  */
  14 struct bootinfo boot_info = BOOT_INFO;

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