Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-block.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
5c35a02c
CL
6#include <linux/stringify.h>
7
9e9f6010
CS
8#define CAT2_STR_(t, s) __stringify(t/s)
9#define CAT2_STR(t, s) CAT2_STR_(t, s)
10#define I(...) __VA_ARGS__
11
12#endif
13
14#define REQ_GEN_PREFIX req-gen
15#define REQUEST_BEGIN CAT2_STR(REQ_GEN_PREFIX, _request-begin.h)
16#define REQUEST_END CAT2_STR(REQ_GEN_PREFIX, _request-end.h)