| | Date | Thu, 12 Feb 2009 15:54:28 +0100 | | From | Joerg Roedel <> | | Subject | Re: [PATCH 10/16] dma-debug: add add checking for map/unmap_sg |
| |
On Thu, Feb 05, 2009 at 10:30:49PM +0000, David Woodhouse wrote: > On Mon, 2009-01-19 at 15:46 +0100, Joerg Roedel wrote: > > +extern void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, > > + int nents, int direction); > > + > > +extern void debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist, > > + int nelems, int dir); > > You want a forward declaration of 'struct scatterlist' to go with those.
Added. Thanks.
|