vm: fix potential null deref
[minix.git] / commands / swifi / swifi-ksyms.c
blobf580924cd3e2ba684d90b850609991eefd3a10b1
1 /*
2 * swifi-ksyms.c -- exported symbols for wrappers od system functions
4 * Copyright (C) 2003 Mike Swift
6 * The source code in this file can be freely used, adapted,
7 * and redistributed in source or binary form, so long as an
8 * acknowledgment appears in derived source files.
9 * No warranty is attached;
10 * we cannot take responsibility for errors or fitness for use.
14 #include <linux/kernel.h>
15 #include <linux/module.h>
16 #include "swifi.h"
19 EXPORT_SYMBOL(sys_inject_fault);
21 EXPORT_SYMBOL(swifi_memmove_fn);
22 EXPORT_SYMBOL(swifi_memcpy_fn);
23 EXPORT_SYMBOL(memmove_fn);
24 EXPORT_SYMBOL(memcpy_fn);
25 EXPORT_SYMBOL(swifi_kfree);
26 EXPORT_SYMBOL(swifi_vfree);
27 EXPORT_SYMBOL(swifi_kmalloc);
28 EXPORT_SYMBOL(swifi___vmalloc);
29 EXPORT_SYMBOL(swifi___generic_copy_from_user);
30 EXPORT_SYMBOL(swifi___generic_copy_to_user);