~ubuntu-branches/ubuntu/precise/seabios/precise-updates

5 by Serge Hallyn
Add all patches which were included in qemu-0.13.0-rc2 (per
1
#ifndef __I440FX_H
2
#define __I440FX_H
3
4
#include "types.h" // u16
5
6
void piix_isa_bridge_init(u16 bdf, void *arg);
7
void piix_ide_init(u16 bdf, void *arg);
8
void piix4_pm_init(u16 bdf, void *arg);
9
10
#endif // __I440FX_H