|
@@ -1,6 +1,9 @@
|
|
#ifndef _LINUX_LIST_NULLS_H
|
|
#ifndef _LINUX_LIST_NULLS_H
|
|
#define _LINUX_LIST_NULLS_H
|
|
#define _LINUX_LIST_NULLS_H
|
|
|
|
|
|
|
|
+#include <linux/poison.h>
|
|
|
|
+#include <linux/const.h>
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Special version of lists, where end of list is not a NULL pointer,
|
|
* Special version of lists, where end of list is not a NULL pointer,
|
|
* but a 'nulls' marker, which can have many different values.
|
|
* but a 'nulls' marker, which can have many different values.
|