]> 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, 5 May 2023 09:06:50 +0000 (10:06 +0100)
commit81fc9d083367ace55cbeff15db937f4de6f69dfb
treed737c120a20719c300e8b5107161b34d1f45f88c
parentb192430aeced39849fa7666dd42d8172a89628c2
Implement rxgen

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

Signed-off-by: David Howells <dhowells@redhat.com>
.gitignore
lib/Makefile
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]