Add driver-dependent PowerDown

This commit is contained in:
Philippe Teuwen
2013-01-31 01:15:03 +01:00
parent db8033622a
commit 1682a86166
7 changed files with 17 additions and 6 deletions

View File

@@ -147,6 +147,7 @@ struct nfc_driver {
int (*abort_command)(struct nfc_device *pnd);
int (*idle)(struct nfc_device *pnd);
int (*powerdown)(struct nfc_device *pnd);
};
# define DEVICE_NAME_LENGTH 256