From eba0cfa6b0bef4f2e73c8630a7efa3944df8b0f8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:56:35 +0200 Subject: Adding upstream version 1:2.0.27. Signed-off-by: Daniel Baumann --- purgatory/arch/s390/console-s390.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 purgatory/arch/s390/console-s390.c (limited to 'purgatory/arch/s390/console-s390.c') diff --git a/purgatory/arch/s390/console-s390.c b/purgatory/arch/s390/console-s390.c new file mode 100644 index 0000000..fe4bd91 --- /dev/null +++ b/purgatory/arch/s390/console-s390.c @@ -0,0 +1,14 @@ +/* + * S390 console code (currently not implemented) + * + * Copyright IBM Corp. 2011 + * + * Author(s): Michael Holzheu + */ + +#include +#include "unused.h" + +void putchar(int UNUSED(ch)) +{ +} -- cgit v1.2.3