Fix compile error from r327900

This commit is contained in:
Jeff Roberson 2018-01-12 23:41:12 +00:00
parent 6f4acaf4c9
commit 959b724d05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327903

View File

@ -113,7 +113,7 @@ struct busdma_bufzone * busdma_bufalloc_findzone(busdma_bufalloc_t ba,
* you can probably use these when you need uncacheable buffers.
*/
void * busdma_bufalloc_alloc_uncacheable(uma_zone_t zone, vm_size_t size,
uint8_t *pflag, int wait);
int domain, uint8_t *pflag, int wait);
void busdma_bufalloc_free_uncacheable(void *item, vm_size_t size,
uint8_t pflag);