![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* Include paths to be used in interface defining headers */ 0003 #ifndef POWERPC_PERF_REQ_GEN_H_ 0004 #define POWERPC_PERF_REQ_GEN_H_ 0005 0006 #include <linux/stringify.h> 0007 0008 #define CAT2_STR_(t, s) __stringify(t/s) 0009 #define CAT2_STR(t, s) CAT2_STR_(t, s) 0010 #define I(...) __VA_ARGS__ 0011 0012 #endif 0013 0014 #define REQ_GEN_PREFIX req-gen 0015 #define REQUEST_BEGIN CAT2_STR(REQ_GEN_PREFIX, _request-begin.h) 0016 #define REQUEST_END CAT2_STR(REQ_GEN_PREFIX, _request-end.h)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |