]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgomp/oacc-plugin.h
Update copyright years.
[thirdparty/gcc.git] / libgomp / oacc-plugin.h
index ae152aaa7b98536d817ee33cf4efa4352a52e91a..e741bc23bd785aa881b1c18a1e6dff6bc1da9847 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2018 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2020 Free Software Foundation, Inc.
 
    Contributed by Mentor Embedded.
 
 #ifndef OACC_PLUGIN_H
 #define OACC_PLUGIN_H 1
 
+#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