Builds again against kernel 2.6.37 and earlier

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4371 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-06-21 06:25:58 +00:00
parent 1739e7bc3b
commit f9caa65e7c

View File

@@ -317,6 +317,11 @@ enum scst_cdb_flags {
#ifndef VERIFY_16
#define VERIFY_16 0x8f
#endif
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 37)
#ifndef MI_REPORT_IDENTIFYING_INFORMATION
#define MI_REPORT_IDENTIFYING_INFORMATION 0x05
#endif
#endif
#ifndef SERVICE_ACTION_IN
#define SERVICE_ACTION_IN 0x9e
#endif