You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
#define atomic_t int32_t
|
|
#include "../../../../include/linux/maple_tree.h"
|
|
#define atomic_inc(x) uatomic_inc(x)
|
|
#define atomic_read(x) uatomic_read(x)
|
|
#define atomic_set(x, y) do {} while (0)
|
|
#define U8_MAX UCHAR_MAX
|