Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / powerpc / kernel / secvar-ops.c
blob6a29777d6a2ddb628789c62dfb9479d0da74e5da
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (C) 2019 IBM Corporation
4 * Author: Nayna Jain
6 * This file initializes secvar operations for PowerPC Secureboot
7 */
9 #include <linux/cache.h>
10 #include <asm/secvar.h>
12 const struct secvar_operations *secvar_ops __ro_after_init;
14 void set_secvar_ops(const struct secvar_operations *ops)
16 secvar_ops = ops;