]> Git Repo - J-u-boot.git/commit
efi_loader: use struct efi_event * instead of void *
author[email protected] <[email protected]>
Tue, 18 Jul 2017 18:17:17 +0000 (20:17 +0200)
committerAlexander Graf <[email protected]>
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
include/efi_api.h
lib/efi_loader/efi_boottime.c
This page took 0.034017 seconds and 4 git commands to generate.