of.c (0bfb23746052168620c5b52f49d8a47c3bb022fa) | of.c (75d647f5de69fab9908039991260cc32a7074edc) |
---|---|
1/* 2 * Copyright 2012 IBM Corporation 3 * 4 * Author: Ashley Lai <ashleydlai@gmail.com> 5 * Nayna Jain <nayna@linux.vnet.ibm.com> 6 * 7 * Maintained by: <tpmdd-devel@lists.sourceforge.net> 8 * --- 6 unchanged lines hidden (view full) --- 15 * 16 */ 17 18#include <linux/slab.h> 19#include <linux/of.h> 20#include <linux/tpm_eventlog.h> 21 22#include "../tpm.h" | 1/* 2 * Copyright 2012 IBM Corporation 3 * 4 * Author: Ashley Lai <ashleydlai@gmail.com> 5 * Nayna Jain <nayna@linux.vnet.ibm.com> 6 * 7 * Maintained by: <tpmdd-devel@lists.sourceforge.net> 8 * --- 6 unchanged lines hidden (view full) --- 15 * 16 */ 17 18#include <linux/slab.h> 19#include <linux/of.h> 20#include <linux/tpm_eventlog.h> 21 22#include "../tpm.h" |
23#include "common.h" |
|
23 24int tpm_read_log_of(struct tpm_chip *chip) 25{ 26 struct device_node *np; 27 const u32 *sizep; 28 const u64 *basep; 29 struct tpm_bios_log *log; 30 u32 size; --- 52 unchanged lines hidden --- | 24 25int tpm_read_log_of(struct tpm_chip *chip) 26{ 27 struct device_node *np; 28 const u32 *sizep; 29 const u64 *basep; 30 struct tpm_bios_log *log; 31 u32 size; --- 52 unchanged lines hidden --- |