/* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box distribution. * * Header of the implementation of the Intel 430HX PCISet chip. * * Version: @(#)machine_at_430hx.h 1.0.0 2017/09/02 * * Authors: Sarah Walker, * Miran Grca, * Copyright 2008-2017 Sarah Walker. * Copyright 2016-2017 Miran Grca. */ void machine_at_acerm3a_init(void); void machine_at_acerv35n_init(void); void machine_at_ap53_init(void); void machine_at_p55t2p4_init(void); void machine_at_p55t2s_init(void);