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:
Alexander Egorenkov
2021-10-11 14:25:15 +02:00
committed by Jan Höppner
parent 6afd5e97d1
commit ea5f3f4a1c
2 changed files with 6 additions and 6 deletions

View File

@@ -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 */

View File

@@ -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
*/