better place for prototype
This commit is contained in:
parent
31a054f244
commit
bdd1e2faf6
|
|
@ -16,8 +16,6 @@ VDMOS: 2018 Holger Vogt, 2020 Dietmar Warning
|
|||
|
||||
/* declarations for VDMOSFETs */
|
||||
|
||||
void VDMOStempUpdate(VDMOSmodel *, VDMOSinstance *, double , CKTcircuit *);
|
||||
|
||||
/* indices to the array of MOSFET(1) noise sources */
|
||||
|
||||
enum {
|
||||
|
|
@ -541,6 +539,8 @@ enum {
|
|||
|
||||
/* model questions */
|
||||
|
||||
void VDMOStempUpdate(VDMOSmodel *, VDMOSinstance *, double , CKTcircuit *);
|
||||
|
||||
#include "vdmosext.h"
|
||||
|
||||
#endif /*VDMOS*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue