Revision 9596ebb7 hw/arm_timer.c

b/hw/arm_timer.c
8 8
 */
9 9

  
10 10
#include "hw.h"
11
#include "arm-misc.h"
12 11
#include "qemu-timer.h"
12
#include "primecell.h"
13 13

  
14 14
/* Common timer implementation.  */
15 15

  
......
43 43
    }
44 44
}
45 45

  
46
uint32_t arm_timer_read(void *opaque, target_phys_addr_t offset)
46
static uint32_t arm_timer_read(void *opaque, target_phys_addr_t offset)
47 47
{
48 48
    arm_timer_state *s = (arm_timer_state *)opaque;
49 49

  

Also available in: Unified diff