base/config/kconfig/kconfig_load.c File Reference

Include dependency graph for kconfig_load.c:

Go to the source code of this file.

Defines

#define P(name, type, arg)   type (*name ## _p) arg
#define P(name, type, arg)

Functions

void kconfig_load (void)


Define Documentation

#define P ( name,
type,
arg   ) 

Value:

{                       \
    name ## _p = dlsym(handle, #name);  \
        if ((error = dlerror()))  {     \
                fprintf(stderr, "%s\n", error); \
        exit(1);            \
    }                   \
}

Definition at line 7 of file kconfig_load.c.

#define P ( name,
type,
arg   )     type (*name ## _p) arg

Definition at line 7 of file kconfig_load.c.

Referenced by erf(), and erfc().


Function Documentation

void kconfig_load ( void   ) 

Definition at line 11 of file kconfig_load.c.

Referenced by main().


Generated on Tue Feb 2 17:46:25 2010 for RTAI API by  doxygen 1.4.7