Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dmb.h
Go to the documentation of this file.
1
6
13
14#ifndef ZEPHYR_INCLUDE_ARCH_ARC_DMB_H_
15#define ZEPHYR_INCLUDE_ARCH_ARC_DMB_H_
16
18#define ARC_DMB_LOAD 1
19
21#define ARC_DMB_STORE 2
22
24#define ARC_DMB_LOAD_STORE 3
25
26#endif /* ZEPHYR_INCLUDE_ARCH_ARC_DMB_H_ */