12#ifndef __METAL_SYS__H__
13#error "Include metal/sys.h instead of metal/zephyr/sys.h"
16#ifndef __METAL_ZEPHYR_SYS__H__
17#define __METAL_ZEPHYR_SYS__H__
21#include "./@PROJECT_MACHINE@/sys.h"
27#define METAL_INIT_DEFAULTS \
29 .log_handler = metal_zephyr_log_handler, \
30 .log_level = METAL_LOG_INFO, \
33#ifndef METAL_MAX_DEVICE_REGIONS
34#define METAL_MAX_DEVICE_REGIONS 1