This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / isdn / sc / hardware.h
index 9e6d530..adde8fb 100644 (file)
  * Some handy macros
  */
 
+/* Return the number of jiffies in a given number of msecs */
+#define milliseconds(x)        (((x)*HZ)/1000)
+
 /* Determine if a channel number is valid for the adapter */
 #define IS_VALID_CHANNEL(y,x)  ((x>0) && (x <= sc_adapter[y]->channels))