summaryrefslogtreecommitdiff
path: root/nfcommander.h
diff options
context:
space:
mode:
Diffstat (limited to 'nfcommander.h')
-rw-r--r--nfcommander.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/nfcommander.h b/nfcommander.h
index dbab99f..65ca9d2 100644
--- a/nfcommander.h
+++ b/nfcommander.h
@@ -6,3 +6,10 @@
#define NFCOMMANDER_VERSION "v0.1-dev"
#endif
+typedef enum {
+ system_control,
+ system_reader,
+ system_command
+} notification_target_t;
+
+int core_manage_fd(int fd, int manage, notification_target_t system);