return NULL;
}
+#ifdef disabled
+
/**
* Lookup message type cache association
* @arg ops cache operations
for (ops = cache_ops; ops; ops = ops->co_next)
cb(ops, arg);
}
+#endif
/**
* Register a set of cache operations
* @name Global Cache Provisioning/Requiring
* @{
*/
-
+#ifdef disabled
/**
* Provide a cache for global use
* @arg cache cache to provide
return ops->co_major_cache;
}
+#endif
/** @} */
/** @} */