Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/lib/libpci Demand that rumpcomp_userfeatures_pc...
details:   https://anonhg.NetBSD.org/src/rev/fae7fa8d8ab2
branches:  trunk
changeset: 338669:fae7fa8d8ab2
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jun 03 13:43:23 2015 +0000
description:
Demand that rumpcomp_userfeatures_pci.h is available for providing
information about the hypercall interface implementation.
diffstat:
 sys/rump/dev/lib/libpci/pci_user.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diffs (9 lines):
diff -r 392cf569253c -r fae7fa8d8ab2 sys/rump/dev/lib/libpci/pci_user.h
--- a/sys/rump/dev/lib/libpci/pci_user.h        Wed Jun 03 13:41:56 2015 +0000
+++ b/sys/rump/dev/lib/libpci/pci_user.h        Wed Jun 03 13:43:23 2015 +0000
@@ -1,3 +1,5 @@
+#include "rumpcomp_userfeatures_pci.h"
+
 void *rumpcomp_pci_map(unsigned long, unsigned long);
 int rumpcomp_pci_confread(unsigned, unsigned, unsigned, int, unsigned int *);
 int rumpcomp_pci_confwrite(unsigned, unsigned, unsigned, int, unsigned int); 
Home |
Main Index |
Thread Index |
Old Index