mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Instead of using its own DF_S390_ constants and df_s390_ structs in df_s390.h, include those from "dump/s390_dump.h" in order to minimize duplicates. Adjust the code, where required, to use <stdint> types instead of those defined in zt_common.h (e.g. use uint64_t instead of u64). Adjust zdump include statements. Signed-off-by: Mikhail Zaslonko <zaslonko@linux.ibm.com> Reviewed-by: Alexander Egorenkov <egorenar@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>