root/include/asm-mips/head.h

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

INCLUDED FROM


   1 #ifndef __ASM_MIPS_HEAD_H
   2 #define __ASM_MIPS_HEAD_H
   3 
   4 #include <linux/types.h>
   5 
   6 extern unsigned long swapper_pg_dir[1024];
   7 extern ulong IRQ_vectors[];
   8 
   9 #endif /* __ASM_MIPS_HEAD_H */

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