tests: latency_measure: Tidy up header inclusions

Moves the inclusion of the app_memdomain header file into the
tests' utils.h so that any file that includes this can make
use of the BENCH_BMEM macro.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
Peter Mitsis 2024-01-02 13:54:15 -05:00 committed by Alberto Escolar
commit 6291a57e67
3 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,6 @@
#include <zephyr/kernel.h>
#include <zephyr/timestamp.h>
#include <zephyr/app_memory/app_memdomain.h>
#include "utils.h"
#include "timing_sc.h"
#include <zephyr/tc_util.h>

View file

@ -11,7 +11,6 @@
*/
#include <zephyr/kernel.h>
#include <zephyr/app_memory/app_memdomain.h>
#include "utils.h"
#include "timing_sc.h"

View file

@ -15,6 +15,7 @@
#include <zephyr/sys/printk.h>
#include <stdio.h>
#include <zephyr/timestamp.h>
#include <zephyr/app_memory/app_memdomain.h>
#define START_STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACK_SIZE)
#define ALT_STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACK_SIZE)