mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Create one function to determine the supported transports
This should make sure we create a consistent view based on all the information available. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5faa167e9f
commit
028299193a
3 changed files with 33 additions and 27 deletions
|
|
@ -63,6 +63,8 @@ dc_status_t ftdi_open(dc_iostream_t **iostream, dc_context_t *context);
|
|||
|
||||
dc_status_t divecomputer_device_open(device_data_t *data);
|
||||
|
||||
unsigned int get_supported_transports(device_data_t *data);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue