LCOV - code coverage report
Current view: top level - zephyr/arch/arm - nmi.h Coverage Total Hit
Test: new.info Lines: 100.0 % 1 1
Test Date: 2025-09-05 20:47:19

            Line data    Source code
       1            1 : /**
       2              :  * @file
       3              :  *
       4              :  * @brief ARM AArch32 NMI routines
       5              :  */
       6              : 
       7              : /*
       8              :  * Copyright (c) 2015 Intel Corporation
       9              :  *
      10              :  * SPDX-License-Identifier: Apache-2.0
      11              :  */
      12              : 
      13              : #ifndef ZEPHYR_INCLUDE_ARCH_ARM_NMI_H_
      14              : #define ZEPHYR_INCLUDE_ARCH_ARM_NMI_H_
      15              : 
      16              : #ifdef __cplusplus
      17              : extern "C" {
      18              : #endif
      19              : 
      20              : #if !defined(_ASMLANGUAGE) && defined(CONFIG_RUNTIME_NMI)
      21              : extern void z_arm_nmi_set_handler(void (*pHandler)(void));
      22              : #endif
      23              : 
      24              : #ifdef __cplusplus
      25              : }
      26              : #endif
      27              : 
      28              : #endif /* ZEPHYR_INCLUDE_ARCH_ARM_NMI_H_ */
        

Generated by: LCOV version 2.0-1