]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgomp/oacc-plugin.h
Avoid assuming maximum string length is constant [PR102960].
[thirdparty/gcc.git] / libgomp / oacc-plugin.h
index d2e4fbff01fadb86ac410af606f3e7f1feff25cb..16fbf7c2376e8acc07b2772ef3fbbf1287c84672 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2021 Free Software Foundation, Inc.
 
    Contributed by Mentor Embedded.
 
 #ifndef OACC_PLUGIN_H
 #define OACC_PLUGIN_H 1
 
-extern void GOMP_PLUGIN_async_unmap_vars (void *);
+#include "oacc-int.h"
+#include "acc_prof.h"
+
+extern void GOMP_PLUGIN_async_unmap_vars (void *, int);
+extern struct goacc_thread *GOMP_PLUGIN_goacc_thread (void);
 extern void *GOMP_PLUGIN_acc_thread (void);
+extern int GOMP_PLUGIN_acc_default_dim (unsigned int);
+extern void GOMP_PLUGIN_goacc_profiling_dispatch (acc_prof_info *,
+                                                 acc_event_info *,
+                                                 acc_api_info *);
 
 #endif