mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
02df9c5a67
Make use of asm-generic/atomic.h. Signed-off-by: Chris Packham <judge.packham@gmail.com>
12 lines
209 B
C
12 lines
209 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2016 Cadence Design Systems Inc.
|
|
*/
|
|
|
|
#ifndef _MIPS_ATOMIC_H
|
|
#define _MIPS_ATOMIC_H
|
|
|
|
#include <asm/system.h>
|
|
#include <asm-generic/atomic.h>
|
|
|
|
#endif
|