prakash bedge writes:
> Can I get the information as in linux in which header file the _IOWR ()
> function prototype is declared?
> 
> _IOWR () is declared in ioccom.h in solaris but not able to find the _IOWR
> in linux.

It seems to be in <asm/ioctl.h>.

This seems to be a Linux-specific question, and the folks on this list
mostly use OpenSolaris-based distributions.  You might get better
guidance on some Linux-related list instead.

(I'm not sure that knowing the location of _IOWR on the two platforms
is going to help.  It's a pretty low-level macro that's used in
constructing ioctls, and not something that an ordinary -- or portable
-- application should care about.)

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to