summaryrefslogtreecommitdiff
path: root/runtime/src/ompt-specific.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/ompt-specific.h')
-rw-r--r--runtime/src/ompt-specific.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/src/ompt-specific.h b/runtime/src/ompt-specific.h
index 317580fcf017e..86fd928d03789 100644
--- a/runtime/src/ompt-specific.h
+++ b/runtime/src/ompt-specific.h
@@ -4,10 +4,9 @@
//===----------------------------------------------------------------------===//
//
-// The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. See LICENSE.txt for details.
+// 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
//
//===----------------------------------------------------------------------===//
@@ -51,6 +50,8 @@ ompt_data_t *__ompt_get_thread_data_internal();
static uint64_t __ompt_get_get_unique_id_internal();
*/
+ompt_sync_region_t __ompt_get_barrier_kind(enum barrier_type, kmp_info_t *);
+
/*****************************************************************************
* macros
****************************************************************************/