1. NAME

usb_anchor_empty - is an anchor empty

2. SYNOPSIS

int usb_anchor_empty(struct usb_anchor *  anchor );

3. ARGUMENTS

anchor
    the anchor you want to query

4. DESCRIPTION

returns 1 if the anchor has no urbs associated with it

5. COPYRIGHT