]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
Implement rxgen
authorDavid Howells <dhowells@redhat.com>
Wed, 9 Oct 2019 15:41:01 +0000 (16:41 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 10 Jul 2020 20:24:57 +0000 (21:24 +0100)
commite7eab992b446dc68341e5e6a59c13b2e8181ea0b
tree33d669d3e7be459a0509e3e0e57706464187ac47
parent2af6fd406efd2358a7b249feca5620f91e870180
Implement rxgen

Implement the rxgen program to process .xg interface files into C
definitions.

Signed-off-by: David Howells <dhowells@redhat.com>
.gitignore
Makefile [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/rxrpc.h [new file with mode: 0644]
rxgen/Makefile [new file with mode: 0644]
rxgen/emit_c_struct.py [new file with mode: 0644]
rxgen/emit_c_sync_funcs.py [new file with mode: 0644]
rxgen/rxgen.py [new file with mode: 0755]
rxgen/rxgen_bits.py [new file with mode: 0644]