list_prev_entry(9) get the prev element in list

SYNOPSIS

list_prev_entry(pos, member);

ARGUMENTS

pos

the type * to cursor

member

the name of the list_struct within the struct.

COPYRIGHT