]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgomp/libgomp_g.h
'-foffload-memory=pinned' using offloading device interfaces
[thirdparty/gcc.git] / libgomp / libgomp_g.h
index fe66a53d94a3b1855b6ed32c4522a66eb03dee2b..2a515ce734884efc39d80d0e0e82b3983a7b3460 100644 (file)
@@ -365,6 +365,7 @@ extern bool GOMP_teams4 (unsigned int, unsigned int, unsigned int, bool);
 
 extern bool GOMP_evaluate_target_device (int, const char *, const char *,
                                         const char *);
+extern void GOMP_enable_pinned_mode (void);
 
 /* teams.c */
 
@@ -375,7 +376,6 @@ extern void GOMP_teams_reg (void (*) (void *), void *, unsigned, unsigned,
 
 extern void *GOMP_alloc (size_t, size_t, uintptr_t);
 extern void GOMP_free (void *, uintptr_t);
-extern void GOMP_enable_pinned_mode (void);
 
 /* error.c */