diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-05-27 16:34:52 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-05-27 16:34:52 +0000 |
| commit | bf423d463728ad796d41fbd64d10999379213f69 (patch) | |
| tree | ddd31af57ae4a34427a7875de58149eadf2b5498 | |
| parent | 8a6eb2f04d372ce57a593270a3dd1b8b2af12eb2 (diff) | |
Notes
| -rw-r--r-- | sys/dev/firewire/fwdma.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/firewire/fwdma.h b/sys/dev/firewire/fwdma.h index 5d3375ab53cd..6bf66c702d6f 100644 --- a/sys/dev/firewire/fwdma.h +++ b/sys/dev/firewire/fwdma.h @@ -34,10 +34,6 @@ * $FreeBSD$ */ -#if __FreeBSD_version >= 500111 -typedef int bus_dmasync_op_t; -#endif - struct fwdma_alloc { bus_dma_tag_t dma_tag; bus_dmamap_t dma_map; |
