From d89d3fae83d040b1e168e0a6e07adbf22031b64b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 7 Jul 2012 06:30:50 +0000 Subject: [PATCH] Follow-up for r4395: Make SCST build again on pre-2.6.38 kernels git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4396 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst_const.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index 24814e2eb..c8de3d2a9 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -333,6 +333,12 @@ enum scst_cdb_flags { #ifndef MI_REPORT_IDENTIFYING_INFORMATION #define MI_REPORT_IDENTIFYING_INFORMATION 0x05 #endif +#ifndef MI_REPORT_SUPPORTED_OPERATION_CODES +#define MI_REPORT_SUPPORTED_OPERATION_CODES 0x0c +#endif +#ifndef MI_REPORT_SUPPORTED_TASK_MANAGEMENT_FUNCTIONS +#define MI_REPORT_SUPPORTED_TASK_MANAGEMENT_FUNCTIONS 0x0d +#endif #endif #ifndef SERVICE_ACTION_IN #define SERVICE_ACTION_IN 0x9e