#include "kmp.h"
#include "omp-tools.h"
#include <stdint.h>
#ifndef __OMPD_SPECIFIC_H__
#define __OMPD_SPECIFIC_H__
#if OMPD_SUPPORT
void ompd_init();
#ifdef __cplusplus
extern "C" {
#endif
extern char *ompd_env_block;
extern ompd_size_t ompd_env_block_size;
extern char *__kmp_tool_verbose_init;
#ifdef __cplusplus
}
#endif
extern uint64_t ompd_state;
#define OMPD_ENABLE_BP …
#define OMPD_FOREACH_ACCESS(OMPD_ACCESS) …
#define OMPD_FOREACH_BITFIELD(OMPD_BITFIELD) …
#define OMPD_FOREACH_SIZEOF(OMPD_SIZEOF) …
#endif
#endif