_begin.h 401 B

1234567891011121314
  1. /* Include paths to be used in interface defining headers */
  2. #ifndef POWERPC_PERF_REQ_GEN_H_
  3. #define POWERPC_PERF_REQ_GEN_H_
  4. #define CAT2_STR_(t, s) __stringify(t/s)
  5. #define CAT2_STR(t, s) CAT2_STR_(t, s)
  6. #define I(...) __VA_ARGS__
  7. #endif
  8. #define REQ_GEN_PREFIX req-gen
  9. #define REQUEST_BEGIN CAT2_STR(REQ_GEN_PREFIX, _request-begin.h)
  10. #define REQUEST_END CAT2_STR(REQ_GEN_PREFIX, _request-end.h)