~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to include/hw/arm/exynos4210.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include "qemu-common.h"
29
29
#include "exec/memory.h"
30
 
#include "target-arm/cpu-qom.h"
 
30
#include "target/arm/cpu-qom.h"
31
31
 
32
32
#define EXYNOS4210_NCPUS                    2
33
33
 
131
131
DeviceState *exynos4210_uart_create(hwaddr addr,
132
132
                                    int fifo_size,
133
133
                                    int channel,
134
 
                                    CharDriverState *chr,
 
134
                                    Chardev *chr,
135
135
                                    qemu_irq irq);
136
136
 
137
137
#endif /* EXYNOS4210_H */