summaryrefslogtreecommitdiff
path: root/hw/xfree86/scanpci/xf86ScanPci.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/scanpci/xf86ScanPci.h')
-rw-r--r--hw/xfree86/scanpci/xf86ScanPci.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/hw/xfree86/scanpci/xf86ScanPci.h b/hw/xfree86/scanpci/xf86ScanPci.h
new file mode 100644
index 000000000..8dba8937d
--- /dev/null
+++ b/hw/xfree86/scanpci/xf86ScanPci.h
@@ -0,0 +1,21 @@
+/* $XFree86: xc/programs/Xserver/hw/xfree86/scanpci/xf86ScanPci.h,v 1.2 2002/07/15 20:46:04 dawes Exp $ */
+
+
+
+#ifndef SCANPCI_H_
+#define SCANPCI_H_
+
+#include "xf86PciData.h"
+
+typedef void (*ScanPciDisplayCardInfoProcPtr)(int verbosity);
+
+/*
+ * Whoever loads this module needs to define these and initialise them
+ * after loading.
+ */
+
+extern ScanPciDisplayCardInfoProcPtr xf86DisplayPCICardInfo;
+
+void ScanPciDisplayPCICardInfo(int verbosity);
+
+#endif