]> sigrok.org Git - libsigrok.git/commit - src/hardware/chronovu-la/protocol.c
sr: chronovu-la8: Split code into api.c and driver.c.
authorUwe Hermann <redacted>
Thu, 21 Jun 2012 20:36:13 +0000 (22:36 +0200)
committerUwe Hermann <redacted>
Thu, 21 Jun 2012 21:34:38 +0000 (23:34 +0200)
commitb908f067f25f7c307e46ba05a23fd3cc5187379f
tree1aa556fd637bc5a4745e6cc51074c17542451e1f
parent9956f2851fb97a4b4090cedcde6f4b83cb08e971
sr: chronovu-la8: Split code into api.c and driver.c.

We should generally use api.c for API related functions and put the other
functions (mostly hardware-specific low-level code) into other C file(s)
for better readability.
hardware/chronovu-la8/Makefile.am
hardware/chronovu-la8/api.c [new file with mode: 0644]
hardware/chronovu-la8/chronovu-la8.c [deleted file]
hardware/chronovu-la8/driver.c [new file with mode: 0644]
hardware/chronovu-la8/driver.h [new file with mode: 0644]