summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/futex.h
blob: 72209e4c9834f3dcf1f0fd5b7ad275578b5ac57b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2015 Linux Test Project
 */

#ifndef LAPI_FUTEX_H__
#define LAPI_FUTEX_H__

#include <stdint.h>

typedef volatile uint32_t futex_t;

#endif /* LAPI_FUTEX_H__ */