broadcom/vc5: Move the body of CLIF dumping to a per-version file.
authorEric Anholt <eric@anholt.net>
Tue, 9 Jan 2018 23:13:27 +0000 (15:13 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 13 Jan 2018 05:55:38 +0000 (21:55 -0800)
commit409696b76eec160e2f70c30bdca50a1a236d0149
treeb5945ed0d607e07918f11298c46e918387bec478
parent90269ba353333be13e54549ecff3adb8803661db
broadcom/vc5: Move the body of CLIF dumping to a per-version file.

I want the library's entrypoints to still be unversioned, but the actual
packet dumping needs to be per-version.
src/broadcom/Makefile.sources
src/broadcom/Makefile.vc5.am
src/broadcom/clif/clif_dump.c
src/broadcom/clif/clif_private.h [new file with mode: 0644]
src/broadcom/clif/v3dx_dump.c [new file with mode: 0644]
src/broadcom/meson.build