OMAP3: Add EVM board
[oweals/u-boot.git] / include / usbdcore.h
index cb2be72804a4f1ca6b3b83e2b63395353f61a6d0..206dbbc864e52fb8d9dc8c7231c35af976f92a5f 100644 (file)
                                })
 #endif
 
-#ifndef MIN
-#define MIN(a,b) ((a) < (b) ? (a) : (b))
-#endif
-#ifndef MAX
-#define MAX(a,b) ((a) > (b) ? (a) : (b))
-#endif
-
-
 /*
  * Structure member address manipulation macros.
  * These are used by client code (code using the urb_link routines), since