26 lines
809 B
C
26 lines
809 B
C
/* Generated by ./xlat/gen.sh from ./xlat/sg_io_dxfer_direction.in; do not edit. */
|
|
|
|
#ifdef IN_MPERS
|
|
|
|
# error static const struct xlat sg_io_dxfer_direction in mpers mode
|
|
|
|
#else
|
|
|
|
static
|
|
const struct xlat sg_io_dxfer_direction[] = {
|
|
#if defined(SG_DXFER_NONE) || (defined(HAVE_DECL_SG_DXFER_NONE) && HAVE_DECL_SG_DXFER_NONE)
|
|
XLAT(SG_DXFER_NONE),
|
|
#endif
|
|
#if defined(SG_DXFER_TO_DEV) || (defined(HAVE_DECL_SG_DXFER_TO_DEV) && HAVE_DECL_SG_DXFER_TO_DEV)
|
|
XLAT(SG_DXFER_TO_DEV),
|
|
#endif
|
|
#if defined(SG_DXFER_FROM_DEV) || (defined(HAVE_DECL_SG_DXFER_FROM_DEV) && HAVE_DECL_SG_DXFER_FROM_DEV)
|
|
XLAT(SG_DXFER_FROM_DEV),
|
|
#endif
|
|
#if defined(SG_DXFER_TO_FROM_DEV) || (defined(HAVE_DECL_SG_DXFER_TO_FROM_DEV) && HAVE_DECL_SG_DXFER_TO_FROM_DEV)
|
|
XLAT(SG_DXFER_TO_FROM_DEV),
|
|
#endif
|
|
XLAT_END
|
|
};
|
|
|
|
#endif /* !IN_MPERS */
|