fundamental: rename type.h → types-fundamental.h
authorLennart Poettering <lennart@poettering.net>
Thu, 11 Nov 2021 14:29:53 +0000 (15:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 11 Nov 2021 16:23:09 +0000 (17:23 +0100)
commite514b5071c75c1a4d25a9fc925e5574007dd0ac3
treed4966ca0975fed4ff909b284acebab03a1f467f3
parent81d9db68052f793454babf3c127eb8da16277e19
fundamental: rename type.h → types-fundamental.h

"type.h" is a very generic name, but this header is very specific to
making the "fundaemtnal" stuff work, it maps genric types in two
distinct ways. Hence let's make clear in the header name already what
this is about.
src/fundamental/bootspec-fundamental.h
src/fundamental/macro-fundamental.h
src/fundamental/meson.build
src/fundamental/sha256.h
src/fundamental/type.h [deleted file]
src/fundamental/types-fundamental.h [new file with mode: 0644]