root/include/asm-sparc/vaddrs.h

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

INCLUDED FROM


   1 #ifndef _SPARC_VADDRS_H
   2 #define _SPARC_VADDRS_H
   3 
   4 /* asm-sparc/vaddrs.h:  Here will be define the virtual addresses at
   5  *                      which important I/O addresses will be mapped.
   6  *                      For instance the timer register virtual address
   7  *                      is defined here.
   8  *
   9  * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
  10  */
  11 
  12 #define  TIMER_VADDR    0x3000   /* Next page after where the interrupt enable
  13                                   * register gets mapped at boot.
  14                                   */
  15 
  16 #endif /* !(_SPARC_VADDRS_H) */

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