'\" t .\" Title: edd_dev_is_type .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Firmware Interfaces .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "EDD_DEV_IS_TYPE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Firmware Interfaces" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" edd_dev_is_type \- is this EDD device a \*(Aqtype\*(Aq device? .SH "SYNOPSIS" .HP \w'int\ edd_dev_is_type('u .BI "int edd_dev_is_type(struct\ edd_device\ *\ " "edev" ", const\ char\ *\ " "type" ");" .SH "ARGUMENTS" .PP \fIedev\fR .RS 4 target edd_device .RE .PP \fItype\fR .RS 4 a host bus or interface identifier string per the EDD spec .RE .SH "DESCRIPTION" .PP Returns 1 (TRUE) if it is a \*(Aqtype\*(Aq device, 0 otherwise\&. .SH "COPYRIGHT" .br