mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 09:43:14 +01:00
Removed linux linked list dependency.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
* start/end boundaries. Does not grow/shrink but you can link-list it.
|
||||
*/
|
||||
struct mem_cache {
|
||||
struct list_head list;
|
||||
struct link list;
|
||||
struct mutex mutex;
|
||||
int total;
|
||||
int free;
|
||||
|
||||
Reference in New Issue
Block a user