ptimer.c (9319738080faeb09876ce2017fcaea4937c475ee) ptimer.c (18c86e2b9d85a89818f485c2cadafa6e3932e43a)
1/*
2 * General purpose implementation of a simple periodic countdown timer.
3 *
4 * Copyright (c) 2007 CodeSourcery.
5 *
6 * This code is licensed under the GNU LGPL.
7 */
1/*
2 * General purpose implementation of a simple periodic countdown timer.
3 *
4 * Copyright (c) 2007 CodeSourcery.
5 *
6 * This code is licensed under the GNU LGPL.
7 */
8#include "qemu/osdep.h"
8#include "hw/hw.h"
9#include "qemu/timer.h"
10#include "hw/ptimer.h"
11#include "qemu/host-utils.h"
12#include "sysemu/replay.h"
13
14struct ptimer_state
15{

--- 216 unchanged lines hidden ---
9#include "hw/hw.h"
10#include "qemu/timer.h"
11#include "hw/ptimer.h"
12#include "qemu/host-utils.h"
13#include "sysemu/replay.h"
14
15struct ptimer_state
16{

--- 216 unchanged lines hidden ---