queue_head.h File Reference

UHCI driver. More...

#include <assert.h>
#include "link_pointer.h"
#include "transfer_descriptor.h"
#include "../utils/malloc32.h"

Go to the source code of this file.

Data Structures

struct  queue_head
 This structure is defined in UHCI design guide p. More...

Typedefs

typedef queue_head qh_t
 This structure is defined in UHCI design guide p.

Functions

static void qh_init (qh_t *instance)
 Initialize queue head structure.
static void qh_set_element_td (qh_t *instance, td_t *td)
 Set queue head element pointer.
static void qh_set_next_qh (qh_t *instance, qh_t *next)
 Set queue head next pointer.


Detailed Description

UHCI driver.

Definition in file queue_head.h.


Generated on Thu Jun 2 07:45:52 2011 for HelenOS/USB by  doxygen 1.4.7