1. NAME

list_is_singular - tests whether a list has just one entry.

2. SYNOPSIS

int list_is_singular(const struct list_head *  head );

3. ARGUMENTS

head
    the list to test.

4. COPYRIGHT