Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tpm_eventlog.c File Reference
#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")
 

Function Documentation

EXPORT_SYMBOL_GPL ( tpm_bios_log_setup  )
EXPORT_SYMBOL_GPL ( tpm_bios_log_teardown  )
MODULE_LICENSE ( "GPL"  )
struct dentry** tpm_bios_log_setup ( char name)
read

Definition at line 368 of file tpm_eventlog.c.

void tpm_bios_log_teardown ( struct dentry **  lst)

Definition at line 411 of file tpm_eventlog.c.