12 #ifndef __METAL_SYS__H__
13 #error "Include metal/sys.h instead of metal/generic/sys.h"
16 #ifndef __METAL_GENERIC_SYS__H__
17 #define __METAL_GENERIC_SYS__H__
20 #include <metal/errno.h>
27 #include <metal/system/generic/xlnx/sys.h>
29 #include "./@PROJECT_MACHINE@/sys.h"
36 #ifndef METAL_MAX_DEVICE_REGIONS
37 #define METAL_MAX_DEVICE_REGIONS 1
unsigned int sys_irq_save_disable(void)
Definition: sys.c:23
void sys_irq_restore_enable(unsigned int flags)
Definition: sys.c:17