mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Get rid of unused forward declaration of 'struct svm_softc'.
This commit is contained in:
parent
92337d968c
commit
3d492b65bc
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue