Implement lifo and lifottl drivers
LeonidVas opened this issue · 0 comments
LeonidVas commented
Implement lifo and lifottl drivers by analogy with fifo and fifottl drivers. When implementing new drivers, don't need to use the "copy-paste" methodology (WET), the common code must be moved to a separate file/module (DRY).