aboutsummaryrefslogtreecommitdiff
path: root/src/survive_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive_internal.h')
-rw-r--r--src/survive_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/survive_internal.h b/src/survive_internal.h
index 3dc471a..5962623 100644
--- a/src/survive_internal.h
+++ b/src/survive_internal.h
@@ -33,6 +33,10 @@
struct SurviveContext;
struct SurviveUSBInterface;
+typedef int (*DeviceDriverCb)( struct SurviveContext * ctx, void * driver );
+typedef int (*DeviceDriverMagicCb)( struct SurviveContext * ctx, void * driver, int magic_code, void * data, int datalen );
+
+
//This is defined in survive.h
struct SurviveObject;
struct SurviveCalData;