diff options
Diffstat (limited to 'binding/radio_impl.h')
-rw-r--r-- | binding/radio_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binding/radio_impl.h b/binding/radio_impl.h index 8f1ee94..3e549ac 100644 --- a/binding/radio_impl.h +++ b/binding/radio_impl.h @@ -71,6 +71,9 @@ typedef struct typedef struct { char *name; + int (*probe)(void); + + /* NOTE: init should return -1 if called before probe has been called and returned success */ int (*init)(void); void (*set_output)(const char *output); |