1. NAME

hsi_setup - Configure the clientAqs port

2. SYNOPSIS

int hsi_setup(struct hsi_client *  cl );

3. ARGUMENTS

cl
    Pointer to the HSI client

4. DESCRIPTION

When sharing ports, clients should either relay on a single client setup or have the same setup for all of them.

Return -errno on failure, 0 on success

5. COPYRIGHT