1EDD_DEV_IS_TYPE(9) Firmware Interfaces EDD_DEV_IS_TYPE(9)
23
4
NAME
6edd_dev_is_type - is this EDD device a 'type' device?
7
SYNOPSIS
9int edd_dev_is_type(struct edd_device * edev, const char * type);
10
ARGUMENTS
12edev
13target edd_device
1415
type
16a host bus or interface identifier string per the EDD spec
17
DESCRIPTION
19Returns 1 (TRUE) if it is a 'type' device, 0 otherwise.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 EDD_DEV_IS_TYPE(9)