--- zzzz-none-000/linux-4.9.279/include/linux/dma-mapping.h 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/include/linux/dma-mapping.h 2023-02-08 10:58:16.000000000 +0000 @@ -1,3 +1,8 @@ +/* +Includes Intel Corporation's changes/modifications dated: 2014. +Changed/modified portions - Copyright © 2014, Intel Corporation. +*/ + #ifndef _LINUX_DMA_MAPPING_H #define _LINUX_DMA_MAPPING_H @@ -777,4 +782,5 @@ #define dma_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) #endif +extern void consistent_sync(void *vaddr, size_t size, int direction); #endif