LCOV - code coverage report
Current view: top level - zephyr/app_memory - partitions.h Coverage Total Hit
Test: new.info Lines: 0.0 % 1 0
Test Date: 2025-09-05 16:43:28

            Line data    Source code
       1            0 : /*
       2              :  * Copyright (c) 2019 Intel Corporation
       3              :  *
       4              :  * SPDX-License-Identifier: Apache-2.0
       5              :  */
       6              : 
       7              : #ifndef ZEPHYR_APP_MEMORY_PARTITIONS_H
       8              : #define ZEPHYR_APP_MEMORY_PARTITIONS_H
       9              : 
      10              : #ifdef CONFIG_USERSPACE
      11              : #include <zephyr/kernel.h> /* For struct k_mem_partition */
      12              : 
      13              : #if defined(CONFIG_MBEDTLS)
      14              : extern struct k_mem_partition k_mbedtls_partition;
      15              : #endif /* CONFIG_MBEDTLS */
      16              : #endif /* CONFIG_USERSPACE */
      17              : #endif /* ZEPHYR_APP_MEMORY_PARTITIONS_H */
        

Generated by: LCOV version 2.0-1