Subversion Repositories HelenOS

Rev

Rev 2352 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2352 Rev 2409
Line 126... Line 126...
126
}' >> "$LINK"
126
}' >> "$LINK"
127
 
127
 
128
echo "
128
echo "
129
#define COMPONENTS $COUNT
129
#define COMPONENTS $COUNT
130
 
130
 
-
 
131
/** Initializes array of components. */
131
static void init_components(component_t components[])
132
static void init_components(component_t components[])
132
{
133
{
133
$DATA
134
$DATA
134
}
135
}
135
 
136