i2c-omap.c (981c9b88e674408a1579ca3aa8d42770e3b689de) | i2c-omap.c (a2ce7dbd917a18408cf4bfd132578b46c2752a72) |
---|---|
1/* 2 * QTest I2C driver 3 * 4 * Copyright (c) 2012 Andreas Färber 5 * 6 * This work is licensed under the terms of the GNU GPL, version 2 or later. 7 * See the COPYING file in the top-level directory. 8 */ 9#include "qemu/osdep.h" | 1/* 2 * QTest I2C driver 3 * 4 * Copyright (c) 2012 Andreas Färber 5 * 6 * This work is licensed under the terms of the GNU GPL, version 2 or later. 7 * See the COPYING file in the top-level directory. 8 */ 9#include "qemu/osdep.h" |
10#include "libqos/i2c.h" | 10#include "i2c.h" |
11 12 13#include "qemu/bswap.h" 14#include "libqtest.h" 15 16enum OMAPI2CRegisters { 17 OMAP_I2C_REV = 0x00, 18 OMAP_I2C_STAT = 0x08, --- 178 unchanged lines hidden --- | 11 12 13#include "qemu/bswap.h" 14#include "libqtest.h" 15 16enum OMAPI2CRegisters { 17 OMAP_I2C_REV = 0x00, 18 OMAP_I2C_STAT = 0x08, --- 178 unchanged lines hidden --- |