secure_cntvoff.h 152 B

12345678
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASMARM_ARCH_CNTVOFF_H
  3. #define __ASMARM_ARCH_CNTVOFF_H
  4. extern void secure_cntvoff_init(void);
  5. #endif