LIST_ROTATE_LEFT
Section: Data Types (9)
Updated: February 2011
Index
Return to Main Contents
NAME
list_rotate_left - rotate the list to the left
SYNOPSIS
void list_rotate_left(struct list_head *
head
);
ARGUMENTS
head
the head of the list
COPYRIGHT