diff options
Diffstat (limited to 'arch/powerpc/include/asm/plpks.h')
-rw-r--r-- | arch/powerpc/include/asm/plpks.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/plpks.h b/arch/powerpc/include/asm/plpks.h index 7c5f51a9af7c..e7204e6c0ca4 100644 --- a/arch/powerpc/include/asm/plpks.h +++ b/arch/powerpc/include/asm/plpks.h @@ -69,6 +69,11 @@ struct plpks_var_name_list { }; /** + * Updates the authenticated variable. It expects NULL as the component. + */ +int plpks_signed_update_var(struct plpks_var *var, u64 flags); + +/** * Writes the specified var and its data to PKS. * Any caller of PKS driver should present a valid component type for * their variable. |