aboutsummaryrefslogtreecommitdiff
path: root/gcc/flag-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flag-types.h')
-rw-r--r--gcc/flag-types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/flag-types.h b/gcc/flag-types.h
index 2bfab98..518caad 100644
--- a/gcc/flag-types.h
+++ b/gcc/flag-types.h
@@ -519,6 +519,12 @@ enum omp_target_simd_clone_device_kind
OMP_TARGET_SIMD_CLONE_ANY = 3
};
+enum omp_target_mode_kind
+{
+ OMP_TARGET_MODE_DEFAULT = 0,
+ OMP_TARGET_MODE_OMPACC = 1
+};
+
#endif
#endif /* ! GCC_FLAG_TYPES_H */