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