Revision 83c9f4ca hw/arm_timer.c

b/hw/arm_timer.c
7 7
 * This code is licensed under the GPL.
8 8
 */
9 9

  
10
#include "sysbus.h"
10
#include "hw/sysbus.h"
11 11
#include "qemu/timer.h"
12 12
#include "qemu-common.h"
13
#include "qdev.h"
14
#include "ptimer.h"
13
#include "hw/qdev.h"
14
#include "hw/ptimer.h"
15 15

  
16 16
/* Common timer implementation.  */
17 17

  

Also available in: Unified diff