queue
queue copied to clipboard
Implement lifo and lifottl drivers
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).