Commit e8cea933 authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin/list.h: include list.h from linux with needed headers pre-included

parent 6f7d4d64
#ifndef _WENDELIN_LIST_H_
#define _WENDELIN_LIST_H_
/* Double-linked lists
* No copyright is claimed
*/
/* linux/list.h requires the following */
#include <stddef.h>
#include <string.h>
#include <ccan/array_size/array_size.h>
#include <linux/list.h>
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment