Add ocf_cache_line_size_none

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2019-05-23 13:24:25 +02:00
parent 8c96270ce8
commit efa96ef7bd
2 changed files with 4 additions and 1 deletions

View File

@@ -234,6 +234,9 @@ typedef enum {
* OCF supported cache line sizes in bytes
*/
typedef enum {
ocf_cache_line_size_none = 0,
/*!< None */
ocf_cache_line_size_4 = 4 * KiB,
/*!< 4 kiB */