libsigrok/hardware
Uwe Hermann 1a081ca67d sr: Mark API functions with SR_API/SR_PRIV.
Use SR_API to mark public API symbols, and SR_PRIV for private symbols.

Variables and functions marked 'static' are private already and don't
need SR_PRIV. However, functions which are not static (because they need
to be used in other libsigrok-internal files) but are also not meant to
be part of the public libsigrok API, must use SR_PRIV.

This uses the 'visibility' feature of gcc (requires gcc >= 4.0).

Details: http://gcc.gnu.org/wiki/Visibility
2012-02-02 00:03:17 +01:00
..
alsa sr: Mark API functions with SR_API/SR_PRIV. 2012-02-02 00:03:17 +01:00
asix-sigma sr: Mark API functions with SR_API/SR_PRIV. 2012-02-02 00:03:17 +01:00
chronovu-la8 sr: remove unused time/duration fields from datafeed packets 2012-02-01 02:59:41 +01:00
common sr: Mark API functions with SR_API/SR_PRIV. 2012-02-02 00:03:17 +01:00
demo sr: Mark API functions with SR_API/SR_PRIV. 2012-02-02 00:03:17 +01:00
link-mso19 sr: Mark API functions with SR_API/SR_PRIV. 2012-02-02 00:03:17 +01:00
openbench-logic-sniffer sr: remove unused time/duration fields from datafeed packets 2012-02-01 02:59:41 +01:00
saleae-logic sr: Mark API functions with SR_API/SR_PRIV. 2012-02-02 00:03:17 +01:00
zeroplus-logic-cube sr: Mark API functions with SR_API/SR_PRIV. 2012-02-02 00:03:17 +01:00
Makefile.am Add initial support for the ChronoVu LA8. 2011-04-04 19:40:30 +02:00