Allocate Features

Name

gicFeatureAllocate, gicFeatureFree : Allocate Features

Synopsis

#include <ggi/gic.h>

gic_feature *gicFeatureAllocate(gic_handle_t hand,
                      char *name,char *shortname);
void gicFeatureFree(gic_handle_t hand,
                      gic_feature *feature);

Description

TODO Write something useful here

Return value

TODO Write something useful here

See Also

TODO