mcf_uart.c (5452b6f61ae943aff5c13cdd65fb476efff636d3) mcf_uart.c (0430891ce162b986c6e02a7729a942ecd2a32ca4)
1/*
2 * ColdFire UART emulation.
3 *
4 * Copyright (c) 2007 CodeSourcery.
5 *
6 * This code is licensed under the GPL
7 */
1/*
2 * ColdFire UART emulation.
3 *
4 * Copyright (c) 2007 CodeSourcery.
5 *
6 * This code is licensed under the GPL
7 */
8#include "qemu/osdep.h"
8#include "hw/hw.h"
9#include "hw/m68k/mcf.h"
10#include "sysemu/char.h"
11#include "exec/address-spaces.h"
12
13typedef struct {
14 MemoryRegion iomem;
15 uint8_t mr[2];

--- 292 unchanged lines hidden ---
9#include "hw/hw.h"
10#include "hw/m68k/mcf.h"
11#include "sysemu/char.h"
12#include "exec/address-spaces.h"
13
14typedef struct {
15 MemoryRegion iomem;
16 uint8_t mr[2];

--- 292 unchanged lines hidden ---