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__
25#define METAL_INIT_DEFAULTS \
27 .log_handler = metal_zephyr_log_handler, \
28 .log_level = METAL_LOG_INFO, \
31#ifndef METAL_MAX_DEVICE_REGIONS
32#define METAL_MAX_DEVICE_REGIONS 1