From 2de9c0f92bb486072d8371a24d9b23fd85e1aa80 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Sun, 2 Feb 2020 19:30:39 +0000 Subject: svm: minimal initial fifo Type: refactor Signed-off-by: Florin Coras Change-Id: I4ee46a6c3c53c58199c275e20702f7fd11b60d9a --- src/svm/fifo_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/svm/fifo_types.h') diff --git a/src/svm/fifo_types.h b/src/svm/fifo_types.h index f0a286d46a0..a80130b0e92 100644 --- a/src/svm/fifo_types.h +++ b/src/svm/fifo_types.h @@ -120,6 +120,7 @@ struct fifo_segment_header_ u8 n_slices; /**< Number of slices */ u8 high_watermark; /**< Memory pressure watermark high */ u8 low_watermark; /**< Memory pressure watermark low */ + u8 pct_first_alloc; /**< Pct of fifo size to alloc */ }; #endif /* SRC_SVM_FIFO_TYPES_H_ */ -- cgit 1.2.3-korg