patch-2.4.9 linux/drivers/video/cyberfb.h
Next file: linux/drivers/video/fbcon-sti.c
Previous file: linux/drivers/video/cyber2000fb.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Aug 15 01:22:16 2001
- Orig file:
v2.4.8/linux/drivers/video/cyberfb.h
- Orig date:
Mon Aug 9 11:39:38 1999
diff -u --recursive --new-file v2.4.8/linux/drivers/video/cyberfb.h linux/drivers/video/cyberfb.h
@@ -100,14 +100,6 @@
/**************************************************/
-#ifndef min
-#define min(a,b) ((a) < (b) ? (a) : (b))
-#endif /* !min */
-
-#ifndef max
-#define max(a,b) ((a) > (b) ? (a) : (b))
-#endif /* !max */
-
/* support for a BitBlt operation. The op-codes are identical
to X11 GCs */
#define GRFBBOPclear 0x0 /* 0 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)