summaryrefslogtreecommitdiff
path: root/kexec/kexec-sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/kexec-sha256.h')
-rw-r--r--kexec/kexec-sha256.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexec/kexec-sha256.h b/kexec/kexec-sha256.h
index d414ec5..b4bb856 100644
--- a/kexec/kexec-sha256.h
+++ b/kexec/kexec-sha256.h
@@ -2,8 +2,8 @@
#define KEXEC_SHA256_H
struct sha256_region {
- const void *start;
- unsigned long len;
+ uint64_t start;
+ uint64_t len;
};
#define SHA256_REGIONS 16