STREAMS Programming Guide

modlinkage(9S)

This is the definition of modlinkage(9S).

struct modlinkage {
		int		ml_rev;				/* rev of loadable modules system */
		void		*ml_linkage[4];	/* NULL terminated list of linkage 
													 * structures */
};