framer_notifier_register
EXPORT_SYMBOL_GPL(framer_notifier_register);
ret = framer_notifier_register(qmc_hdlc->framer, &qmc_hdlc->nb);
int framer_notifier_register(struct framer *framer, struct notifier_block *nb);
ret = framer_notifier_register(framer->framer, &framer->nb);