linux/include/scsi/scsi_status.h

/* SPDX-License-Identifier: GPL-2.0 */

#ifndef _SCSI_SCSI_STATUS_H
#define _SCSI_SCSI_STATUS_H

#include <linux/types.h>
#include <scsi/scsi_proto.h>

/* Message codes. */
enum scsi_msg_byte {};

/* Host byte codes. */
enum scsi_host_status {};

#endif /* _SCSI_SCSI_STATUS_H */