pc-bios/s390-ccw: Move byteswap functions to a separate header
commit824df3b84b653e9069764c802048d98da51e19c3
authorThomas Huth <thuth@redhat.com>
Wed, 12 Jul 2017 12:49:47 +0000 (12 14:49 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 14 Jul 2017 10:29:48 +0000 (14 12:29 +0200)
treea35f7f8618554062b9bb3582afeb4870dcb2fa93
parent3639f93f91fcba2c4d686653dcffb8224555b0a8
pc-bios/s390-ccw: Move byteswap functions to a separate header

We'll need them in code that is not related to bootmap.h, so
they should reside in an independent header.

Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1499863793-18627-6-git-send-email-thuth@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
pc-bios/s390-ccw/bootmap.c
pc-bios/s390-ccw/bootmap.h
pc-bios/s390-ccw/bswap.h [new file with mode: 0644]