]> sigrok.org Git - libsigrok.git/commit
std: Drop hw_ from function names.
authorUwe Hermann <redacted>
Fri, 31 May 2013 13:46:57 +0000 (15:46 +0200)
committerUwe Hermann <redacted>
Sun, 2 Jun 2013 14:46:18 +0000 (16:46 +0200)
commitf6beaac55ca58c406d6621038abe57c16a47e87f
tree441db1fdf1a162522e551b971a2562e366bd1d69
parent3678cf73fea3c7903eb8887d8bb0dec61cb09e6e
std: Drop hw_ from function names.

The per-driver API calls no longer have a hw_ prefix (e.g. hw_init()
became init() and so on), so drop the 'hw_' from the std versions
for those API callbacks too.
23 files changed:
hardware/agilent-dmm/api.c
hardware/alsa/api.c
hardware/asix-sigma/asix-sigma.c
hardware/brymen-dmm/api.c
hardware/chronovu-la8/api.c
hardware/colead-slm/api.c
hardware/demo/demo.c
hardware/fluke-dmm/api.c
hardware/fx2lafw/fx2lafw.c
hardware/hantek-dso/api.c
hardware/lascar-el-usb/api.c
hardware/link-mso19/api.c
hardware/mic-985xx/api.c
hardware/nexus-osciprime/api.c
hardware/openbench-logic-sniffer/api.c
hardware/rigol-ds1xx2/api.c
hardware/serial-dmm/api.c
hardware/tondaj-sl-814/api.c
hardware/uni-t-dmm/api.c
hardware/victor-dmm/api.c
hardware/zeroplus-logic-cube/api.c
libsigrok-internal.h
std.c