Driver Support Entry Table

#include <.h>


typedef long drvInitFunc_t (void);

typedef long drvReportFunc_t (int level);

LOCAL drvReportFunc_t drvXXXXReport;

LOCAL drvInitFunc_t drvXXXXInit;

struct drvSupEntryTable {

long number;

drvReportFunc_t *report;

drvInitFunc_t *init;

}drvXXXX =

{ 2L, /* the number of functions */

drvReportXXXX,

drvInitXXXX

};

Previous slide Next slide Back to first slide View graphic version

| LANL | Lansce | UC | DOE |

L O S   A L A M O S   N A T I O N A L    L A B O R A T O R Y
Operated by the University of California for the US Department of Energy

Copyright � 1996 UC   Disclaimer   


For problems or questions regarding this web site contact George Vaughn.