---
title: Create
framework: driverkit
role: symbol
role_heading: Static Method
path: driverkit/iodmacommand/create
---

# Create

## Declaration

```occ
static kern_return_t Create(IOService *device, uint64_t options, const IODMACommandSpecification *specification, IODMACommand **command);
```

## See Also

### Creating a DMA Command

- [init](driverkit/iodmacommand/init.md)
- [free](driverkit/iodmacommand/free.md)
