• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_control_flags.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 extern const struct xlat v4l2_control_flags[];
6 
7 #else
8 
9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
10 static
11 # endif
12 const struct xlat v4l2_control_flags[] = {
13 #if defined(V4L2_CTRL_FLAG_DISABLED) || (defined(HAVE_DECL_V4L2_CTRL_FLAG_DISABLED) && HAVE_DECL_V4L2_CTRL_FLAG_DISABLED)
14   XLAT(V4L2_CTRL_FLAG_DISABLED),
15 #endif
16 #if defined(V4L2_CTRL_FLAG_GRABBED) || (defined(HAVE_DECL_V4L2_CTRL_FLAG_GRABBED) && HAVE_DECL_V4L2_CTRL_FLAG_GRABBED)
17   XLAT(V4L2_CTRL_FLAG_GRABBED),
18 #endif
19 #if defined(V4L2_CTRL_FLAG_READ_ONLY) || (defined(HAVE_DECL_V4L2_CTRL_FLAG_READ_ONLY) && HAVE_DECL_V4L2_CTRL_FLAG_READ_ONLY)
20   XLAT(V4L2_CTRL_FLAG_READ_ONLY),
21 #endif
22 #if defined(V4L2_CTRL_FLAG_UPDATE) || (defined(HAVE_DECL_V4L2_CTRL_FLAG_UPDATE) && HAVE_DECL_V4L2_CTRL_FLAG_UPDATE)
23   XLAT(V4L2_CTRL_FLAG_UPDATE),
24 #endif
25 #if defined(V4L2_CTRL_FLAG_INACTIVE) || (defined(HAVE_DECL_V4L2_CTRL_FLAG_INACTIVE) && HAVE_DECL_V4L2_CTRL_FLAG_INACTIVE)
26   XLAT(V4L2_CTRL_FLAG_INACTIVE),
27 #endif
28 #if defined(V4L2_CTRL_FLAG_SLIDER) || (defined(HAVE_DECL_V4L2_CTRL_FLAG_SLIDER) && HAVE_DECL_V4L2_CTRL_FLAG_SLIDER)
29   XLAT(V4L2_CTRL_FLAG_SLIDER),
30 #endif
31 #if defined(V4L2_CTRL_FLAG_WRITE_ONLY) || (defined(HAVE_DECL_V4L2_CTRL_FLAG_WRITE_ONLY) && HAVE_DECL_V4L2_CTRL_FLAG_WRITE_ONLY)
32   XLAT(V4L2_CTRL_FLAG_WRITE_ONLY),
33 #endif
34 #if defined(V4L2_CTRL_FLAG_VOLATILE) || (defined(HAVE_DECL_V4L2_CTRL_FLAG_VOLATILE) && HAVE_DECL_V4L2_CTRL_FLAG_VOLATILE)
35   XLAT(V4L2_CTRL_FLAG_VOLATILE),
36 #endif
37  XLAT_END
38 };
39 
40 #endif /* !IN_MPERS */
41