mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
qla2x00t-32gbit: Add a version number
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9235 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
#include <linux/sbitmap.h>
|
||||
#endif
|
||||
|
||||
/* Driver version number */
|
||||
#define Q2T_VERSION(a, b, c, d) (((a) << 030) + ((b) << 020) + (c) << 010 + (d))
|
||||
#define Q2T_VERSION_CODE Q2T_VERSION(3, 5, 0, 0)
|
||||
#define Q2T_VERSION_STRING "3.5.0"
|
||||
|
||||
#define SQA_DEFAULT_TAGS 2048
|
||||
|
||||
extern size_t qlt_add_vtarget(u64, u64, u64);
|
||||
|
||||
Reference in New Issue
Block a user