mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdump/dfo: Move declaration of DFO structs to dfo.h
Move DFO structs to the header where they belong to. Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
6afd5e97d1
commit
ea5f3f4a1c
@@ -52,4 +52,10 @@ struct dfo {
|
||||
void (*init)(void);
|
||||
};
|
||||
|
||||
/*
|
||||
* Supported DFO dump formats
|
||||
*/
|
||||
extern struct dfo dfo_s390;
|
||||
extern struct dfo dfo_elf;
|
||||
|
||||
#endif /* DFO_H */
|
||||
|
||||
@@ -85,12 +85,6 @@ extern struct dfi dfi_kdump;
|
||||
extern struct dfi dfi_kdump_flat;
|
||||
extern struct dfi dfi_devmem;
|
||||
|
||||
/*
|
||||
* Supported DFO dump formats
|
||||
*/
|
||||
extern struct dfo dfo_s390;
|
||||
extern struct dfo dfo_elf;
|
||||
|
||||
/*
|
||||
* Supported s390 dumpers
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user