fb.h 165 B

1234567
  1. #ifndef _ASM_FB_H_
  2. #define _ASM_FB_H_
  3. /* Caching is off in the I/O space quadrant by design. */
  4. #define fb_pgprotect(...) do {} while (0)
  5. #endif /* _ASM_FB_H_ */