opal-api.h (aaccf3c97418f169afdbb5855e9cbcbda34e90fd) | opal-api.h (8139046a5a34787849df81f4a5875cf4b404a7a1) |
---|---|
1/* 2 * OPAL API definitions. 3 * 4 * Copyright 2011-2015 IBM Corp. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version --- 1036 unchanged lines hidden (view full) --- 1045enum OpalSysCooling { 1046 OPAL_SYSCOOL_INSF = 0x0001, /* System insufficient cooling */ 1047}; 1048 1049/* Argument to OPAL_CEC_REBOOT2() */ 1050enum { 1051 OPAL_REBOOT_NORMAL = 0, 1052 OPAL_REBOOT_PLATFORM_ERROR = 1, | 1/* 2 * OPAL API definitions. 3 * 4 * Copyright 2011-2015 IBM Corp. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version --- 1036 unchanged lines hidden (view full) --- 1045enum OpalSysCooling { 1046 OPAL_SYSCOOL_INSF = 0x0001, /* System insufficient cooling */ 1047}; 1048 1049/* Argument to OPAL_CEC_REBOOT2() */ 1050enum { 1051 OPAL_REBOOT_NORMAL = 0, 1052 OPAL_REBOOT_PLATFORM_ERROR = 1, |
1053 OPAL_REBOOT_FULL_IPL = 2, |
|
1053}; 1054 1055/* Argument to OPAL_PCI_TCE_KILL */ 1056enum { 1057 OPAL_PCI_TCE_KILL_PAGES, 1058 OPAL_PCI_TCE_KILL_PE, 1059 OPAL_PCI_TCE_KILL_ALL, 1060}; --- 70 unchanged lines hidden --- | 1054}; 1055 1056/* Argument to OPAL_PCI_TCE_KILL */ 1057enum { 1058 OPAL_PCI_TCE_KILL_PAGES, 1059 OPAL_PCI_TCE_KILL_PE, 1060 OPAL_PCI_TCE_KILL_ALL, 1061}; --- 70 unchanged lines hidden --- |