#ifndef FTS_PLUGIN_H #define FTS_PLUGIN_H void fts_plugin_init(struct module *module); void fts_plugin_deinit(void); #endif