Get rid of unused forward declaration of 'struct svm_softc'.

This commit is contained in:
Neel Natu 2014-10-11 03:21:33 +00:00
parent 92337d968c
commit 3d492b65bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bhyve_svm/; revision=272928

View File

@ -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_ */