|
@@ -27,6 +27,7 @@
|
|
|
#include <linux/device.h>
|
|
|
#include <linux/skbuff.h>
|
|
|
|
|
|
+#define nfc_dbg(dev, fmt, ...) dev_dbg((dev), "NFC: " fmt, ##__VA_ARGS__)
|
|
|
#define nfc_info(dev, fmt, ...) dev_info((dev), "NFC: " fmt, ##__VA_ARGS__)
|
|
|
#define nfc_err(dev, fmt, ...) dev_err((dev), "NFC: " fmt, ##__VA_ARGS__)
|
|
|
|