hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/char/tpm/tpm_ibmvtpm.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2012 IBM Corporation
34 *
....@@ -7,12 +8,6 @@
78 *
89 * Device driver for TCG/TCPA TPM (trusted platform module).
910 * Specifications at www.trustedcomputinggroup.org
10
- *
11
- * This program is free software; you can redistribute it and/or
12
- * modify it under the terms of the GNU General Public License as
13
- * published by the Free Software Foundation, version 2 of the
14
- * License.
15
- *
1611 */
1712
1813 #ifndef __TPM_IBMVTPM_H__
....@@ -46,7 +41,7 @@
4641 wait_queue_head_t wq;
4742 u16 res_len;
4843 u32 vtpm_version;
49
- bool tpm_processing_cmd;
44
+ u8 tpm_processing_cmd;
5045 };
5146
5247 #define CRQ_RES_BUF_SIZE PAGE_SIZE