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

« back to all changes in this revision

Viewing changes to src/dev-i440fx.h

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-10-22 11:04:31 UTC
  • Revision ID: james.westby@ubuntu.com-20101022110431-fnfj73ra6xkq623n
Tags: 0.6.0-0ubuntu2
Add all patches which were included in qemu-0.13.0-rc2 (per
commit on Jul 13, 2010).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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