e5bc56823ecc0d998d05c7da0a1778dad9313815
[openwrt/openwrt.git] / target / linux / cns3xxx / files / arch / arm / mach-cns3xxx / include / mach / smp.h
1 #ifndef __MACH_SMP_H
2 #define __MACH_SMP_H
3
4 extern void smp_dma_map_area(const void *, size_t, int);
5 extern void smp_dma_unmap_area(const void *, size_t, int);
6 extern void smp_dma_flush_range(const void *, const void *);
7
8 #endif