diff options
Diffstat (limited to 'kexec/fs2dt.h')
-rw-r--r-- | kexec/fs2dt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/fs2dt.h b/kexec/fs2dt.h index 6c5c3b2..7633273 100644 --- a/kexec/fs2dt.h +++ b/kexec/fs2dt.h @@ -31,6 +31,7 @@ extern struct bootblock bb[1]; /* Used for enabling printing message from purgatory code * Only has implemented for PPC64 */ int my_debug; +extern int dt_no_old_root; void reserve(unsigned long long where, unsigned long long length); void create_flatten_tree(char **, off_t *, const char *); |