|
Linux Kernel
3.7.1
|
#include <linux/seq_file.h>#include <linux/fs.h>#include <linux/security.h>#include <linux/module.h>#include <linux/slab.h>#include "tpm.h"#include "tpm_eventlog.h"Go to the source code of this file.
Functions | |
| struct dentry ** | tpm_bios_log_setup (char *name) |
| EXPORT_SYMBOL_GPL (tpm_bios_log_setup) | |
| void | tpm_bios_log_teardown (struct dentry **lst) |
| EXPORT_SYMBOL_GPL (tpm_bios_log_teardown) | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL_GPL | ( | tpm_bios_log_setup | ) |
| EXPORT_SYMBOL_GPL | ( | tpm_bios_log_teardown | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 368 of file tpm_eventlog.c.
Definition at line 411 of file tpm_eventlog.c.
1.8.2