tizen/src/hw/maru_board.c: We can't just make #include because
for example maru_codec.h contains static definitions and it will
generate even more warnings.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
#endif
#define FIXME_ON(ch) __IS_DEBUG_ON(_FIXME,&_dbch_##ch)
+#undef ERR
#define ERR __DPRINTF(_ERR,_dbch___default)
#define ERR_(ch) __DPRINTF(_ERR,&_dbch_##ch)
#define ERR_ON(ch) __IS_DEBUG_ON(_ERR,&_dbch_##ch)
# include <xen/hvm/hvm_info_table.h>
#endif
+int codec_init(PCIBus *bus);
+int maru_camera_pci_init(PCIBus *bus);
+i2c_bus *maru_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base,
+ qemu_irq sci_irq, qemu_irq smi_irq,
+ int kvm_enabled);
+
#define MAX_IDE_BUS 2
static const int ide_iobase[MAX_IDE_BUS] = { 0x1f0, 0x170 };