mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-24 18:38:38 +00:00
8 lines
165 B
C
8 lines
165 B
C
|
#ifndef _ASM_FB_H_
|
||
|
#define _ASM_FB_H_
|
||
|
|
||
|
/* Caching is off in the I/O space quadrant by design. */
|
||
|
#define fb_pgprotect(...) do {} while (0)
|
||
|
|
||
|
#endif /* _ASM_FB_H_ */
|