diff options
author | Anton Lundin <glance@acc.umu.se> | 2016-09-18 14:56:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-09-18 07:12:16 -0700 |
commit | 93ef223a3131db838abc7c390ddce3fae8be5f7c (patch) | |
tree | d3ae2499bccb1f6b477059207a1d57c4ecafd576 /core/libdivecomputer.h | |
parent | e0fe8762c2e76ab6739cc10bba73f66a26fedaf8 (diff) | |
download | subsurface-93ef223a3131db838abc7c390ddce3fae8be5f7c.tar.gz |
Add a simple cp2130 libusb driver
This adds a simple cp2130 userspace driver. Its probably unusable in the
real world but its a great base to build upon.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r-- | core/libdivecomputer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index f2894b0c4..8a91fcf86 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -65,6 +65,7 @@ extern char *dumpfile_name; // Thats why I've worked around it with a stupid helper returning it. dc_custom_serial_t* get_qt_serial_ops(); extern dc_custom_serial_t serial_ftdi_ops; +extern dc_custom_serial_t cp2130_serial_ops; #endif #ifdef __cplusplus |