diff options
| author | Gilad Broner <gbroner@codeaurora.org> | 2016-02-24 12:01:29 +0200 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:24:13 -0700 |
| commit | ce93b221ca894563da0f0500bdb8162c944bd164 (patch) | |
| tree | f4c94bba49e1c656b68bea2e79921e974809897b /include/linux | |
| parent | 03bad71331e87b52d377cf7fcdab547f6c744902 (diff) | |
crypto: msm: add inline crypto engine (ICE) driver snapshot
This snapshot is taken as of msm-3.18 commit e70ad0c ("Promotion of kernel.lnx.3.18-151201")
Signed-off-by: Gilad Broner <gbroner@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blk_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h index e897f4d3810c..b054edb07e49 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h @@ -134,6 +134,7 @@ struct bio { */ #define BIO_RESET_BITS 13 #define BIO_OWNS_VEC 13 /* bio_free() should free bvec */ +#define BIO_INLINECRYPT 15 /* * top 4 bits of bio flags indicate the pool this bio came from |
