|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/slab.h>#include <linux/errno.h>#include "c2.h"#include "c2_provider.h"Go to the source code of this file.
Functions | |
| int | c2_pd_alloc (struct c2_dev *c2dev, int privileged, struct c2_pd *pd) |
| void | c2_pd_free (struct c2_dev *c2dev, struct c2_pd *pd) |
| int __devinit | c2_init_pd_table (struct c2_dev *c2dev) |
| void __devexit | c2_cleanup_pd_table (struct c2_dev *c2dev) |
1.8.2