Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328315
b: refs/heads/master
c: 8a14e8b
h: refs/heads/master
i:
  328313: d53ace1
  328311: 6fcdc83
v: v3
  • Loading branch information
John W. Linville committed Sep 26, 2012
1 parent 3470c85 commit b03017e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 944f8a1a6f5ff8b503f3544811d0aa4ac27dd2aa
refs/heads/master: 8a14e8bf386434732eed6678120fe52acee6244a
8 changes: 8 additions & 0 deletions trunk/net/nfc/hci/llc.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ int nfc_llc_register(const char *name, struct nfc_llc_ops *ops);
void nfc_llc_unregister(const char *name);

int nfc_llc_nop_register(void);

#if defined(CONFIG_NFC_SHDLC)
int nfc_llc_shdlc_register(void);
#else
static inline int nfc_llc_shdlc_register(void)
{
return 0;
}
#endif

#endif /* __LOCAL_LLC_H_ */

0 comments on commit b03017e

Please sign in to comment.