/* * ompd-private.h */ //===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #ifndef SRC_OMPD_PRIVATE_H_ #define SRC_OMPD_PRIVATE_H_ /* * Definition of OMPD states, taken from OMPT */ #define FOREACH_OMPD_STATE(macro) … #define OMPD_LAST_OMP_STATE … /** * Primitive types. */ ompd_target_prim_types_t; #include "ompd-types.h" #endif /*SRC_OMPD_PRIVATE_H*/