/* * CRUSH functions for find rules and then mapping an input to an * output set. * * LGPL2 */#include "crush.h"externintcrush_find_rule(structcrush_map*map,intpool,inttype,intsize);externintcrush_do_rule(structcrush_map*map,intruleno,intx,int*result,intresult_max,intforcefeed,/* -1 for none */__u32*weights);#endif