summaryrefslogtreecommitdiff
path: root/src/pciaccess_private.h
diff options
context:
space:
mode:
authorHenry Zhao <henry.zhao@oracle.com>2012-10-05 12:41:36 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-10-21 11:36:23 -0700
commit2edddd4c4eb4258f4347c40e76bf0d5f1bcf51a7 (patch)
tree410dc09deeb489250eab6e4e36c672cc3ac15a75 /src/pciaccess_private.h
parent630b00a0847df9acf53391e6415bdfcd13fdae68 (diff)
libpciaccess: implementation of boot_vga in Solaris
Signed-off-by: Henry Zhao <henry.zhao@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/pciaccess_private.h')
-rw-r--r--src/pciaccess_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pciaccess_private.h b/src/pciaccess_private.h
index fea9c9f..339ec0f 100644
--- a/src/pciaccess_private.h
+++ b/src/pciaccess_private.h
@@ -146,6 +146,9 @@ struct pci_device_private {
struct pci_device_mapping *mappings;
unsigned num_mappings;
/*@}*/
+#ifdef __sun
+ int is_primary;
+#endif
};