summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/vmm')
-rw-r--r--sys/amd64/vmm/amd/npt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/vmm/amd/npt.h b/sys/amd64/vmm/amd/npt.h
index be5c11e..5966474 100644
--- a/sys/amd64/vmm/amd/npt.h
+++ b/sys/amd64/vmm/amd/npt.h
@@ -29,9 +29,8 @@
#ifndef _SVM_NPT_H_
#define _SVM_NPT_H_
-struct svm_softc;
-
int svm_npt_init(int ipinum);
struct vmspace *svm_npt_alloc(vm_offset_t min, vm_offset_t max);
void svm_npt_free(struct vmspace *vmspace);
+
#endif /* _SVM_NPT_H_ */
OpenPOWER on IntegriCloud