Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328319
b: refs/heads/master
c: 7d777c3
h: refs/heads/master
i:
  328317: 564b37f
  328315: b03017e
  328311: 6fcdc83
  328303: c2fa61c
  328287: 7dd28ac
  328255: 277433a
  328191: ac852d2
v: v3
  • Loading branch information
John W. Linville authored and Samuel Ortiz committed Sep 27, 2012
1 parent b821236 commit 5b6bc56
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: 4463523bef98ff827a89cf8219db7dfac4350241
refs/heads/master: 7d777c3d95a18ae42473c63104d87ad080885094
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 5b6bc56

Please sign in to comment.