Blob Blame History Raw
#ifndef SLTDL_MODULE_H
#define SLTDL_MODULE_H

struct lt_modctx {
	struct lt_modctx *      mnext;
	void *                  maddr;
	char *                  mpath;
	size_t                  mrefs;
};

#endif