summaryrefslogtreecommitdiff
path: root/kexec/kexec-sha256.h
blob: e0ebfe429f6280c4344daf6809548651fbb15d57 (plain)
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 8

#endif /* KEXEC_SHA256_H */