acpi.c (0bfb23746052168620c5b52f49d8a47c3bb022fa) acpi.c (75d647f5de69fab9908039991260cc32a7074edc)
1/*
2 * Copyright (C) 2005 IBM Corporation
3 *
4 * Authors:
5 * Seiji Munetoh <munetoh@jp.ibm.com>
6 * Stefan Berger <stefanb@us.ibm.com>
7 * Reiner Sailer <sailer@watson.ibm.com>
8 * Kylene Hall <kjhall@us.ibm.com>

--- 14 unchanged lines hidden (view full) ---

23#include <linux/fs.h>
24#include <linux/security.h>
25#include <linux/module.h>
26#include <linux/slab.h>
27#include <linux/acpi.h>
28#include <linux/tpm_eventlog.h>
29
30#include "../tpm.h"
1/*
2 * Copyright (C) 2005 IBM Corporation
3 *
4 * Authors:
5 * Seiji Munetoh <munetoh@jp.ibm.com>
6 * Stefan Berger <stefanb@us.ibm.com>
7 * Reiner Sailer <sailer@watson.ibm.com>
8 * Kylene Hall <kjhall@us.ibm.com>

--- 14 unchanged lines hidden (view full) ---

23#include <linux/fs.h>
24#include <linux/security.h>
25#include <linux/module.h>
26#include <linux/slab.h>
27#include <linux/acpi.h>
28#include <linux/tpm_eventlog.h>
29
30#include "../tpm.h"
31#include "common.h"
31
32struct acpi_tcpa {
33 struct acpi_table_header hdr;
34 u16 platform_class;
35 union {
36 struct client_hdr {
37 u32 log_max_len __packed;
38 u64 log_start_addr __packed;

--- 74 unchanged lines hidden ---
32
33struct acpi_tcpa {
34 struct acpi_table_header hdr;
35 u16 platform_class;
36 union {
37 struct client_hdr {
38 u32 log_max_len __packed;
39 u64 log_start_addr __packed;

--- 74 unchanged lines hidden ---