move cluster size functions and pipeline stage finders to pipeline system

This commit is contained in:
2025-02-02 20:56:29 +00:00
parent c5d8b4e881
commit 0a2919a424
3 changed files with 45 additions and 35 deletions

View File

@@ -71,4 +71,8 @@ extern enum ec3_status ec3_pipeline_data_in(
size_t max,
size_t *nr_read);
extern size_t ec3_get_cluster_size(unsigned int v);
extern enum ec3_pipeline_stage_id ec3_get_pipeline_stage_for_encryption_func(unsigned int func);
extern enum ec3_pipeline_stage_id ec3_get_pipeline_stage_for_compression_func(unsigned int func);
#endif