summaryrefslogtreecommitdiff
path: root/include/asm-alpha/fb.h
blob: ca714a4e355738b1956832c8944d52bd297d1fee (plain)
1
2
3
4
5
6
7
#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_ */