Get rid of unused forward declaration of 'struct svm_softc'.
This commit is contained in:
parent
92337d968c
commit
3d492b65bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/bhyve_svm/; revision=272928
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user