Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/prefetch.h>
#include "../../../../include/linux/list.h"
Go to the source code of this file.
Macros | |
#define | list_for_each_from(pos, head) for (; pos != (head); pos = pos->next) |