26 lines
495 B
C
26 lines
495 B
C
/* Generated by ./xlat/gen.sh from ./xlat/bsg_protocol.in; do not edit. */
|
|
|
|
#include "gcc_compat.h"
|
|
#include "static_assert.h"
|
|
|
|
|
|
#ifndef XLAT_MACROS_ONLY
|
|
|
|
# ifdef IN_MPERS
|
|
|
|
# error static const struct xlat bsg_protocol in mpers mode
|
|
|
|
# else
|
|
|
|
static
|
|
const struct xlat bsg_protocol[] = {
|
|
#if defined(BSG_PROTOCOL_SCSI) || (defined(HAVE_DECL_BSG_PROTOCOL_SCSI) && HAVE_DECL_BSG_PROTOCOL_SCSI)
|
|
XLAT(BSG_PROTOCOL_SCSI),
|
|
#endif
|
|
XLAT_END
|
|
};
|
|
|
|
# endif /* !IN_MPERS */
|
|
|
|
#endif /* !XLAT_MACROS_ONLY */
|