diff --git a/src/spicelib/devices/bsim4/bsim4init.c b/src/spicelib/devices/bsim4/bsim4init.c index 25400dd3b..6356d2421 100644 --- a/src/spicelib/devices/bsim4/bsim4init.c +++ b/src/spicelib/devices/bsim4/bsim4init.c @@ -81,6 +81,11 @@ SPICEdev BSIM4info = { BSIM4bindCSCComplexToReal, /* DEVbindCSCComplexToReal */ #endif +#ifdef USE_CUSPICE + NULL, /* cuDEVdestroy */ + NULL, /* DEVtopology */ +#endif + }; diff --git a/src/spicelib/devices/hisimhv2/hsmhv2init.c b/src/spicelib/devices/hisimhv2/hsmhv2init.c index 61930c0ab..3d1a71884 100644 --- a/src/spicelib/devices/hisimhv2/hsmhv2init.c +++ b/src/spicelib/devices/hisimhv2/hsmhv2init.c @@ -79,6 +79,11 @@ SPICEdev HSMHV2info = { /* DEVbindCSCComplexToReal */ HSMHV2bindCSCComplexToReal, #endif +#ifdef USE_CUSPICE + /* cuDEVdestroy */ NULL, + /* DEVtopology */ NULL, +#endif + };