mmiowb.h 246 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_SH_MMIOWB_H
  3. #define __ASM_SH_MMIOWB_H
  4. #include <asm/barrier.h>
  5. /* synco on SH-4A, otherwise a nop */
  6. #define mmiowb() wmb()
  7. #include <asm-generic/mmiowb.h>
  8. #endif /* __ASM_SH_MMIOWB_H */