summaryrefslogtreecommitdiff
path: root/sgx/services4/srvkm/devices/sgx/sgxinfokm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sgx/services4/srvkm/devices/sgx/sgxinfokm.h')
-rw-r--r--sgx/services4/srvkm/devices/sgx/sgxinfokm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sgx/services4/srvkm/devices/sgx/sgxinfokm.h b/sgx/services4/srvkm/devices/sgx/sgxinfokm.h
index af00041..125da09 100644
--- a/sgx/services4/srvkm/devices/sgx/sgxinfokm.h
+++ b/sgx/services4/srvkm/devices/sgx/sgxinfokm.h
@@ -38,7 +38,6 @@ PURPOSE AND NONINFRINGEMENT; AND (B) IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
*/ /**************************************************************************/
#ifndef __SGXINFOKM_H__
#define __SGXINFOKM_H__
@@ -446,7 +445,7 @@ typedef struct _SGX_CCB_KICK_KM_
#endif
IMG_BOOL bFirstKickOrResume;
-#if (defined(NO_HARDWARE) || defined(PDUMP))
+#if defined(NO_HARDWARE) || defined(PDUMP)
IMG_BOOL bTerminateOrAbort;
#endif