mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 01:40:53 +07:00
7 lines
106 B
C
7 lines
106 B
C
|
#ifndef _ASM_FB_H_
|
||
|
#define _ASM_FB_H_
|
||
|
|
||
|
#define fb_pgprotect(...) do {} while (0)
|
||
|
|
||
|
#endif /* _ASM_FB_H_ */
|