tpm_nsc.c (c7fb577e2a6cb04732541f2dc402bd46747f7558) | tpm_nsc.c (faba278fb003dbe772f6c04526f1f096f43c995e) |
---|---|
1/* 2 * Copyright (C) 2004 IBM Corporation 3 * 4 * Authors: 5 * Leendert van Doorn <leendert@watson.ibm.com> 6 * Dave Safford <safford@watson.ibm.com> 7 * Reiner Sailer <sailer@watson.ibm.com> 8 * Kylene Hall <kjhall@us.ibm.com> --- 5 unchanged lines hidden (view full) --- 14 * 15 * This program is free software; you can redistribute it and/or 16 * modify it under the terms of the GNU General Public License as 17 * published by the Free Software Foundation, version 2 of the 18 * License. 19 * 20 */ 21 | 1/* 2 * Copyright (C) 2004 IBM Corporation 3 * 4 * Authors: 5 * Leendert van Doorn <leendert@watson.ibm.com> 6 * Dave Safford <safford@watson.ibm.com> 7 * Reiner Sailer <sailer@watson.ibm.com> 8 * Kylene Hall <kjhall@us.ibm.com> --- 5 unchanged lines hidden (view full) --- 14 * 15 * This program is free software; you can redistribute it and/or 16 * modify it under the terms of the GNU General Public License as 17 * published by the Free Software Foundation, version 2 of the 18 * License. 19 * 20 */ 21 |
22#include <linux/platform_device.h> |
|
22#include "tpm.h" 23 24/* National definitions */ 25enum tpm_nsc_addr{ 26 TPM_NSC_IRQ = 0x07, 27 TPM_NSC_BASE0_HI = 0x60, 28 TPM_NSC_BASE0_LO = 0x61, 29 TPM_NSC_BASE1_HI = 0x62, --- 367 unchanged lines hidden --- | 23#include "tpm.h" 24 25/* National definitions */ 26enum tpm_nsc_addr{ 27 TPM_NSC_IRQ = 0x07, 28 TPM_NSC_BASE0_HI = 0x60, 29 TPM_NSC_BASE0_LO = 0x61, 30 TPM_NSC_BASE1_HI = 0x62, --- 367 unchanged lines hidden --- |