Rev 2071 | Rev 2106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | */ |
43 | */ |
44 | 44 | ||
45 | #ifndef KERN_FIFO_H_ |
45 | #ifndef KERN_FIFO_H_ |
46 | #define KERN_FIFO_H_ |
46 | #define KERN_FIFO_H_ |
47 | 47 | ||
48 | #include <typedefs.h> |
- | |
49 | #include <mm/slab.h> |
48 | #include <mm/slab.h> |
50 | 49 | ||
51 | /** Create and initialize static FIFO. |
50 | /** Create and initialize static FIFO. |
52 | * |
51 | * |
53 | * FIFO is allocated statically. |
52 | * FIFO is allocated statically. |