---
title: setHead
framework: kernel
role: pseudoSymbol
path: kernel/iofwcommand/1813176-sethead
---

# setHead

## Declaration

```occ
virtual void setHead(
 IOFWCmdQ &queue); 
```

## Parameters

- `queue`: queue command is being added to

## Overview

Overview inserts a command at the head of a queue.

## See Also

### Miscellaneous

- [insertAfter](kernel/iofwcommand/1813158-insertafter.md)
- [removeFromQ](kernel/iofwcommand/1813168-removefromq.md)
