diff options
| author | Keith Packard <keithp@keithp.com> | 2013-01-05 10:35:20 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-01-05 10:35:20 -0800 |
| commit | 746ae98829a0fc15577ae0f7b506112178f481e3 (patch) | |
| tree | 946297b0cfa2f968195918735f3db65e7c72408c /libaltos/libaltos.h | |
| parent | ca284d8bef2f4bd360eaec58048ba9abdafc55bd (diff) | |
Add separate code path for listing FTDI devices
This lets the library do different things for FTDI devices, as is
required on Windows (for instance)
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'libaltos/libaltos.h')
| -rw-r--r-- | libaltos/libaltos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libaltos/libaltos.h b/libaltos/libaltos.h index f90fbb87..6d43159b 100644 --- a/libaltos/libaltos.h +++ b/libaltos/libaltos.h @@ -73,6 +73,9 @@ altos_get_last_error(struct altos_error *error); PUBLIC struct altos_list * altos_list_start(void); +PUBLIC struct altos_list * +altos_ftdi_list_start(void); + /* Returns 1 for success, zero on end of list */ PUBLIC int altos_list_next(struct altos_list *list, struct altos_device *device); |
