]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/powerpc/perf/req-gen/_begin.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / arch / powerpc / perf / req-gen / _begin.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
9e9f6010
CS
2/* Include paths to be used in interface defining headers */
3#ifndef POWERPC_PERF_REQ_GEN_H_
4#define POWERPC_PERF_REQ_GEN_H_
5
6#define CAT2_STR_(t, s) __stringify(t/s)
7#define CAT2_STR(t, s) CAT2_STR_(t, s)
8#define I(...) __VA_ARGS__
9
10#endif
11
12#define REQ_GEN_PREFIX req-gen
13#define REQUEST_BEGIN CAT2_STR(REQ_GEN_PREFIX, _request-begin.h)
14#define REQUEST_END CAT2_STR(REQ_GEN_PREFIX, _request-end.h)