2 * Copyright (C) 2003 Jeff Dike (jdike@addtoit.com)
3 * Licensed under the GPL
9 #include "linux/list.h"
10 #include "linux/types.h"
13 struct list_head list;
14 int (*proc)(int, unsigned long, int, __u64);
17 extern void register_remapper(struct remapper *info);