nfc_llc_register
int nfc_llc_register(const char *name, const struct nfc_llc_ops *ops);
return nfc_llc_register(LLC_NOP_NAME, &llc_nop_ops);
return nfc_llc_register(LLC_SHDLC_NAME, &llc_shdlc_ops);