]> xenbits.xensource.com Git - people/aperard/mini-os.git/commit
Eliminate consfront union member in struct file
authorJuergen Gross <jgross@suse.com>
Tue, 11 Jan 2022 14:58:06 +0000 (15:58 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 12 Jan 2022 11:35:34 +0000 (11:35 +0000)
commit63f2cbb5f1ff63a70e4302010dbd13ee4bc1a5f2
tree275df556de77b41b8bd24c9ac3d013228fb545b7
parent431147cf8dc8697dc023d353f62017837262063b
Eliminate consfront union member in struct file

Replace the consfront 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>
include/lib.h
lib/sys.c