atomic.h 209 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2016 Cadence Design Systems Inc.
  4. */
  5. #ifndef _MIPS_ATOMIC_H
  6. #define _MIPS_ATOMIC_H
  7. #include <asm/system.h>
  8. #include <asm-generic/atomic.h>
  9. #endif