1 2 3 4 5 6 7
#ifndef FTS_PLUGIN_H #define FTS_PLUGIN_H void fts_plugin_init(struct module *module); void fts_plugin_deinit(void); #endif