GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-realview / include / mach / barriers.h
blob9f54cb5185d5676cbc7f94619107407e66b93a5a
2 #define mb() dsb()
3 #define rmb() dmb()
4 #define wmb() mb()