#include #include struct ksu_file_wrapper { struct file *orig; struct file_operations ops; }; struct ksu_file_wrapper *mksu_create_file_wrapper(struct file *fp); void mksu_delete_file_wrapper(struct ksu_file_wrapper *data);