| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright © 2016 Intel Corporation |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Authors: |
|---|
| 5 | 6 | * Rafael Antognolli <rafael.antognolli@intel.com> |
|---|
| 6 | 7 | * 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. |
|---|
| 16 | 8 | */ |
|---|
| 17 | 9 | |
|---|
| 18 | 10 | #ifndef LINUX_OPAL_H |
|---|
| .. | .. |
|---|
| 47 | 39 | case IOC_OPAL_ENABLE_DISABLE_MBR: |
|---|
| 48 | 40 | case IOC_OPAL_ERASE_LR: |
|---|
| 49 | 41 | 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: |
|---|
| 50 | 46 | return true; |
|---|
| 51 | 47 | } |
|---|
| 52 | 48 | return false; |
|---|