zdump/dt: Move declaration of DT structs to dt.h

Move DT 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:32:39 +02:00
committed by Jan Höppner
parent 696a007b62
commit 1e450e6f7b
3 changed files with 20 additions and 17 deletions
-9
View File
@@ -71,13 +71,4 @@ int zfuse_mount_dump(void);
void zfuse_umount(void);
#endif
/*
* Supported s390 dumpers
*/
extern struct dt dt_s390mv;
extern struct dt dt_s390mv_ext;
extern struct dt dt_s390sv;
extern struct dt dt_s390sv_ext;
extern struct dt dt_scsi;
#endif /* ZGETDUMP_H */