lkml.org 
[lkml]   [2016]   [Nov]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 4/6] efi: Get the secure boot status
Date
David Howells <dhowells@redhat.com> wrote:

> That makes it less clear. I think something like this makes it much more
> obvious:
>
> static efi_status_t get_efi_var(const efi_char16_t *name,
> const efi_guid_t *vendor,
> u32 *attr,
> unsigned long *data_size, void *data)
> {
> return efi_call_runtime(get_variable,
> (efi_char16_t *)name, (efi_guid_t *)vendor,
> attr, data_size, data);
> }
>
> And then doing:
>
> status = get_efi_var(efi_SecureBoot_name, &efi_variable_guid,
> NULL, &size, &val);
>
> which the compiler will inline.

Of course, it has to be a macro because efi_call_runtime() has an undeclared
argument on ARM...

David

\
 
 \ /
  Last update: 2016-11-22 15:57    [W:0.167 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site