summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/img/riscv_vmap.h
blob: c9164440610c8d166ab1b66ab802e1ea5edf0e4b (plain)
1
2
3
4
5
6
7
#ifndef RISCV_VMAP_H
#define RISCV_VMAP_H

void *riscv_vmap(struct page **pages, unsigned int count, unsigned long flags, pgprot_t prot);
void test_riscv_vmap(void);

#endif