summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-11-10 15:14:34 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-10 15:14:34 -0800
commit68776a1e986898e4b1cf8725f5a3514d9336d08a (patch)
treed2494343140ff9bb5d17ba959ffe52bdb46953d8 /include/linux
parent208399ba94c1c4bf2499cb7cfd9d409f6d2de6c6 (diff)
parentefbf7c961b86be3192145b77af60c6ae076a4955 (diff)
Merge "NFC: Detection of NQ chip set and firmware version"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nfcinfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/nfcinfo.h b/include/linux/nfcinfo.h
new file mode 100644
index 000000000000..595544f92a37
--- /dev/null
+++ b/include/linux/nfcinfo.h
@@ -0,0 +1,6 @@
+#ifndef _NFCINFO_H
+#define _NFCINFO_H
+
+#include <uapi/linux/nfc/nfcinfo.h>
+
+#endif