#include <linux/module.h>
#include <linux/kernel.h>
#include "../safeclib/safeclib_private.h"
◆ DRV_NAME
◆ DRV_VERSION
#define DRV_VERSION "0.0" |
◆ DRV_DESCRIPTION
#define DRV_DESCRIPTION "Safe C Library Kernel Module" |
◆ DRV_COPYRIGHT
#define DRV_COPYRIGHT "Copyright(c) 2012 cisco Systems, Inc." |
◆ MODULE_DESCRIPTION()
◆ MODULE_AUTHOR()
◆ MODULE_LICENSE()
◆ MODULE_VERSION()
◆ MODULE_ALIAS()
◆ slk_init()
static int __init slk_init |
( |
void |
| ) |
|
|
static |
Module initialization function.
- Returns
- 0 on success; < 0 on failure
◆ slk_exit()
static void __exit slk_exit |
( |
void |
| ) |
|
|
static |
◆ module_init()
◆ module_exit()