• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/sg_io_dxfer_direction.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat sg_io_dxfer_direction in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat sg_io_dxfer_direction[] = {
11 #if defined(SG_DXFER_NONE) || (defined(HAVE_DECL_SG_DXFER_NONE) && HAVE_DECL_SG_DXFER_NONE)
12   XLAT(SG_DXFER_NONE),
13 #endif
14 #if defined(SG_DXFER_TO_DEV) || (defined(HAVE_DECL_SG_DXFER_TO_DEV) && HAVE_DECL_SG_DXFER_TO_DEV)
15   XLAT(SG_DXFER_TO_DEV),
16 #endif
17 #if defined(SG_DXFER_FROM_DEV) || (defined(HAVE_DECL_SG_DXFER_FROM_DEV) && HAVE_DECL_SG_DXFER_FROM_DEV)
18   XLAT(SG_DXFER_FROM_DEV),
19 #endif
20 #if defined(SG_DXFER_TO_FROM_DEV) || (defined(HAVE_DECL_SG_DXFER_TO_FROM_DEV) && HAVE_DECL_SG_DXFER_TO_FROM_DEV)
21   XLAT(SG_DXFER_TO_FROM_DEV),
22 #endif
23  XLAT_END
24 };
25 
26 #endif /* !IN_MPERS */
27