hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/include/linux/sed-opal.h
....@@ -1,18 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Copyright © 2016 Intel Corporation
34 *
45 * Authors:
56 * Rafael Antognolli <rafael.antognolli@intel.com>
67 * Scott Bauer <scott.bauer@intel.com>
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms and conditions of the GNU General Public License,
10
- * version 2, as published by the Free Software Foundation.
11
- *
12
- * This program is distributed in the hope it will be useful, but WITHOUT
13
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15
- * more details.
168 */
179
1810 #ifndef LINUX_OPAL_H
....@@ -47,6 +39,10 @@
4739 case IOC_OPAL_ENABLE_DISABLE_MBR:
4840 case IOC_OPAL_ERASE_LR:
4941 case IOC_OPAL_SECURE_ERASE_LR:
42
+ case IOC_OPAL_PSID_REVERT_TPR:
43
+ case IOC_OPAL_MBR_DONE:
44
+ case IOC_OPAL_WRITE_SHADOW_MBR:
45
+ case IOC_OPAL_GENERIC_TABLE_RW:
5046 return true;
5147 }
5248 return false;