mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user