1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _ASM_VIDEO_H_ 3 #define _ASM_VIDEO_H_ 4 5 #include <asm/page.h> 6 7 static inline pgprot_t pgprot_framebuffer(pgpr 8 unsi 9 unsi 10 { 11 return __phys_mem_access_prot(PHYS_PFN 12 } 13 #define pgprot_framebuffer pgprot_framebuffer 14 15 #include <asm-generic/video.h> 16 17 #endif /* _ASM_VIDEO_H_ */ 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.