~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to include/linux/kexec.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
extern size_t vmcoreinfo_size;
199
199
extern size_t vmcoreinfo_max_size;
200
200
 
 
201
/* flag to track if kexec reboot is in progress */
 
202
extern bool kexec_in_progress;
 
203
 
201
204
int __init parse_crashkernel(char *cmdline, unsigned long long system_ram,
202
205
                unsigned long long *crash_size, unsigned long long *crash_base);
203
206
int parse_crashkernel_high(char *cmdline, unsigned long long system_ram,