crypto_modevent
int crypto_modevent(module_t mod, int type, void *unused);
extern int crypto_modevent(struct module *, int, void *);
DRIVER_MODULE(cryptosoft, nexus, swcr_driver, crypto_modevent, NULL);