blob: 9c33b163d6b9f6f4458df9e8d4036da1dd415e18 [file] [log] [blame]
#include "modload.h"
void mod_free(struct dsc *d)
{
}
int mod_load(struct mod_ctrl *ctrl)
{
return MLOAD_OK;
}