diff options
author | Janosch Frank | 2020-06-24 09:52:16 +0200 |
---|---|---|
committer | Thomas Huth | 2020-07-02 09:59:24 +0200 |
commit | e70bc57ba0c982944cf5b71f293122dbb2b462f4 (patch) | |
tree | 321592e044555c165be7882079708e502a9a84f8 /pc-bios/s390-ccw/menu.c | |
parent | pc-bios: s390x: cio.c cleanup and compile fix (diff) | |
download | qemu-e70bc57ba0c982944cf5b71f293122dbb2b462f4.tar.gz qemu-e70bc57ba0c982944cf5b71f293122dbb2b462f4.tar.xz qemu-e70bc57ba0c982944cf5b71f293122dbb2b462f4.zip |
pc-bios: s390x: Consolidate timing functions into time.h
Let's consolidate timing related functions into one header.
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20200624075226.92728-3-frankja@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'pc-bios/s390-ccw/menu.c')
-rw-r--r-- | pc-bios/s390-ccw/menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pc-bios/s390-ccw/menu.c b/pc-bios/s390-ccw/menu.c index ce3815b201..de8260a5d6 100644 --- a/pc-bios/s390-ccw/menu.c +++ b/pc-bios/s390-ccw/menu.c @@ -12,6 +12,7 @@ #include "libc.h" #include "s390-ccw.h" #include "sclp.h" +#include "s390-time.h" #define KEYCODE_NO_INP '\0' #define KEYCODE_ESCAPE '\033' |