]> xenbits.xensource.com Git - people/andrewcoop/mini-os.git/commit
Eliminate kbdfront union member in struct file
authorJuergen Gross <jgross@suse.com>
Tue, 11 Jan 2022 14:58:08 +0000 (15:58 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 12 Jan 2022 11:35:43 +0000 (11:35 +0000)
commitef3876a527fdd53e9aff4d8cbf9f0741eeb57fa9
treea1933305d59e3818888d2cebe6b90d998ee0e7c1
parent395a27e142acf139bc1a3017abe97aa5635ba904
Eliminate kbdfront union member in struct file

Replace the kbdfront specific union member in struct file with the
common dev pointer.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
fbfront.c
include/lib.h
lib/sys.c