]> git.proxmox.com Git - mirror_qemu.git/blame - include/hw/southbridge/piix.h
piix4: Add a MC146818 RTC Controller as specified in datasheet
[mirror_qemu.git] / include / hw / southbridge / piix.h
CommitLineData
fff123b8
PMD
1/*
2 * QEMU PIIX South Bridge Emulation
3 *
4 * Copyright (c) 2006 Fabrice Bellard
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 */
10
11#ifndef HW_SOUTHBRIDGE_PIIX_H
12#define HW_SOUTHBRIDGE_PIIX_H
13
14#define TYPE_PIIX4_PM "PIIX4_PM"
15
16I2CBus *piix4_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base,
17 qemu_irq sci_irq, qemu_irq smi_irq,
18 int smm_enabled, DeviceState **piix4_pm);
19
20#endif