1 2 3 4 5 6 7 8 9 10 11
#ifndef KEXEC_SHA256_H #define KEXEC_SHA256_H struct sha256_region { const void *start; unsigned long len; }; #define SHA256_REGIONS 16 #endif /* KEXEC_SHA256_H */