Statistics
| Branch: | Revision:

root / hw / vga-pci.h @ 71193433

History | View | Annotate | Download (194 Bytes)

# Date Author Comment
c1195d16 08/15/2012 08:43 pm zhlcindy@gmail.com

Add one new file vga-pci.h and cleanup on all platforms

Functions pci_vga_init() and pci_cirrus_vga_init() are declared
in pc.h. That prevents other platforms (e.g. sPAPR) to use them.

This patch is to create one new file vga-pci.h and move the
declarations to vga-pci.h, so that they can be shared by...