summaryrefslogtreecommitdiff
path: root/linux/arch/powerpc/perf/req-gen/_begin.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
commita1df417e74aa6dae7352dc8cbb0ad471af5b7c69 (patch)
treec34b2311e37ea31db153c90cb8f4570374d05e78 /linux/arch/powerpc/perf/req-gen/_begin.h
initial Olimex linux tree from Daniel, originally Feb 3, 2016
Diffstat (limited to 'linux/arch/powerpc/perf/req-gen/_begin.h')
-rw-r--r--linux/arch/powerpc/perf/req-gen/_begin.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/linux/arch/powerpc/perf/req-gen/_begin.h b/linux/arch/powerpc/perf/req-gen/_begin.h
new file mode 100644
index 00000000..acfb17a5
--- /dev/null
+++ b/linux/arch/powerpc/perf/req-gen/_begin.h
@@ -0,0 +1,13 @@
+/* Include paths to be used in interface defining headers */
+#ifndef POWERPC_PERF_REQ_GEN_H_
+#define POWERPC_PERF_REQ_GEN_H_
+
+#define CAT2_STR_(t, s) __stringify(t/s)
+#define CAT2_STR(t, s) CAT2_STR_(t, s)
+#define I(...) __VA_ARGS__
+
+#endif
+
+#define REQ_GEN_PREFIX req-gen
+#define REQUEST_BEGIN CAT2_STR(REQ_GEN_PREFIX, _request-begin.h)
+#define REQUEST_END CAT2_STR(REQ_GEN_PREFIX, _request-end.h)