other versions
CCW_DEV_ID_IS_EQUAL(9) | The ccw bus | CCW_DEV_ID_IS_EQUAL(9) |
NAME¶
ccw_dev_id_is_equal - compare two ccw_dev_idsSYNOPSIS¶
int ccw_dev_id_is_equal(struct ccw_dev_id * dev_id1, struct ccw_dev_id * dev_id2);
ARGUMENTS¶
struct ccw_dev_id * dev_id1a ccw_dev_id
struct ccw_dev_id * dev_id2
another ccw_dev_id
RETURN¶
1 if the two structures are equal field-by-field, 0 if not.CONTEXT¶
anyAUTHOR¶
Cornelia Huck <cornelia.huck@de.ibm.com>Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |