1 // SPDX-FileCopyrightText: 2010 Paolo Bonzini <pbonzini@redhat.com>
2 // SPDX-FileCopyrightText: 2012 Ralf Baechle <ralf@linux-mips.org>
4 // SPDX-License-Identifier: LGPL-2.1-or-later
6 #ifndef _URCU_ARCH_MIPS_H
7 #define _URCU_ARCH_MIPS_H
10 * arch_mips.h: trivial definitions for the MIPS architecture.
13 #include <urcu/compiler.h>
14 #include <urcu/config.h>
15 #include <urcu/syscall-compat.h>
21 #define cmm_mb() __asm__ __volatile__ ( \
31 #include <urcu/arch/generic.h>
33 #endif /* _URCU_ARCH_MIPS_H */
This page took 0.036839 seconds and 4 git commands to generate.