headers: Define IMAGE_RUNTIME_FUNCTION_ENTRY for aarch64

We've had a definition of IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY since
0f9569488ba7e48472183765a7ae6555ed990f4a in 2018, but we missed
the definition of the generic IMAGE_RUNTIME_FUNCTION_ENTRY to
point to the arch specific version of it.

The shorter names RUNTIME_FUNCTION and PRUNTIME_FUNCTION already
are typedefs for IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY though.

Signed-off-by: Martin Storsjö <martin@martin.st>
1 file changed