1 2 3 4 5 6 7
#ifndef ZLIB_PLUGIN_H #define ZLIB_PLUGIN_H void zlib_plugin_init(struct module *module); void zlib_plugin_deinit(void); #endif