summaryrefslogtreecommitdiff
path: root/kexec/kexec-sha256.h
blob: b4bb8568bf7b74bfee38acf3350091e2e80c8210 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef KEXEC_SHA256_H
#define KEXEC_SHA256_H

struct sha256_region {
	uint64_t start;
	uint64_t len;
};

#define SHA256_REGIONS 16

#endif /* KEXEC_SHA256_H */