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_ */
|