Equivalent of <sys/ddi.h> in Linux
Hi,
I compile a C code in Solaris and Linux. It compiles fine in Solaris. In Linux, I get the error
error: sys/ddi.h: No such file or directory
I find that in /usr/include/sys/, ddi.h is not present in Linux.
What is the equivalent header of ddi.h in Linux? Where can I get it from?
|