tpm2: move declared functions in header lower down
authorDan Streetman <ddstreet@ieee.org>
Fri, 14 Jul 2023 15:38:11 +0000 (11:38 -0400)
committerDan Streetman <ddstreet@ieee.org>
Fri, 4 Aug 2023 14:57:07 +0000 (10:57 -0400)
commite00f46ac7ff47819602c87f5078d90f676e64e1f
tree56bc06f748e1f1334c3c931b0cde9fa3037129fe
parent323eb4803a29a9cc255aa16ef7cab3a00429b146
tpm2: move declared functions in header lower down

Move some function declarations lower down, below the Tpm2Context and
Tpm2Handle typedefs; later commits will reference the typedefs in some of the
functions, so the typedefs need to come first in the header.

This only moves the declarations, none of the declarations are modified.
src/shared/tpm2-util.h