<!--
{
  "availability" : [
    "DriverKit: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "PCIDriverKit",
  "identifier" : "/documentation/PCIDriverKit/tIOPCIDeviceResetOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PCIDriverKit"
    ],
    "preciseIdentifier" : "c:@E@tIOPCIDeviceResetOptions"
  },
  "title" : "tIOPCIDeviceResetOptions"
}
-->

# tIOPCIDeviceResetOptions

```
typedef enum tIOPCIDeviceResetOptions : unsigned int { ... } tIOPCIDeviceResetOptions;
```

## Overview

```
        any attached client drivers. Devices with reset-initiated personality changes should use this option.

        This option causes the reset function to initiate the asynchronous termination process, but not block on its completion.
```

## Topics

### Enumeration Cases

[`kIOPCIDeviceResetOptionNone`](/documentation/PCIDriverKit/tIOPCIDeviceResetOptions/kIOPCIDeviceResetOptionNone)

[`kIOPCIDeviceResetOptionTerminate`](/documentation/PCIDriverKit/tIOPCIDeviceResetOptions/kIOPCIDeviceResetOptionTerminate)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)