mirror of
https://github.com/drasko/codezero.git
synced 2026-03-02 18:43:16 +01:00
Removed linux linked list dependency.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* fixed-size memory cache) Keeps track of free/occupied items within its
|
||||
* start/end boundaries. Does not grow/shrink but you can link-list it. */
|
||||
struct mem_cache {
|
||||
struct list_head list;
|
||||
struct link list;
|
||||
int total;
|
||||
int free;
|
||||
unsigned int start;
|
||||
|
||||
Reference in New Issue
Block a user