]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/efi_api.h
efi_loader: use struct efi_event * instead of void *
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Tue, 18 Jul 2017 18:17:17 +0000 (20:17 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 19 Jul 2017 12:26:01 +0000 (14:26 +0200)
commit2fd945fe7287a15a29051242c9d021647a6f52dc
treed1fac8273ed9a334be8ef54100558749e9856bd2
parent71275a3e985db60b53b381f5253fdb15c663e18e
efi_loader: use struct efi_event * instead of void *

In our implementation the internal structure of events is known.
So use the known type instead of void.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
lib/efi_loader/efi_boottime.c