1. NAME

list_empty - tests whether a list is empty

2. SYNOPSIS

int list_empty(const struct list_head *  head );

3. ARGUMENTS

head
    the list to test.

4. COPYRIGHT