1. NAME

hsi_claim_port - Claim the HSI clientAqs port

2. SYNOPSIS

int hsi_claim_port(struct hsi_client *  cl , unsigned int  share );

3. ARGUMENTS

cl
    HSI client that wants to claim its port

share
    Flag to indicate if the client wants to share the port or not.

4. DESCRIPTION

Returns -errno on failure, 0 on success.

5. COPYRIGHT