diff options
Diffstat (limited to 'kexec/crashdump.h')
-rw-r--r-- | kexec/crashdump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/crashdump.h b/kexec/crashdump.h index bb3649f..dd3c317 100644 --- a/kexec/crashdump.h +++ b/kexec/crashdump.h @@ -1,7 +1,7 @@ #ifndef CRASHDUMP_H #define CRASHDUMP_H -extern int get_crash_notes_per_cpu(int cpu, uint64_t *addr); +extern int get_crash_notes_per_cpu(int cpu, uint64_t *addr, uint64_t *len); /* Need to find a better way to determine per cpu notes section size. */ #define MAX_NOTE_BYTES 1024 |