Merge branch 'master' of git://git.denx.de/u-boot-at91
[platform/kernel/u-boot.git] / include / usbdcore.h
index cb2be72..206dbbc 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