zdump/stdout: Extract stdout.h header from zgetdump.h

Create a separate C header for STDOUT to separate independent things and
make it more readable.

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 16:22:03 +02:00
committed by Jan Höppner
parent d8871197ea
commit 8308143008
4 changed files with 16 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@
#include "zg.h"
#include "dfi.h"
#include "dfo.h"
#include "stdout.h"
int stdout_write_dump(void)
{