This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / crypto / mpi / generic_mpi-asm-defs.h
1 /* This file defines some basic constants for the MPI machinery.  We
2  * need to define the types on a per-CPU basis, so it is done with
3  * this file here.  */
4 #define BYTES_PER_MPI_LIMB  (SIZEOF_UNSIGNED_LONG)
5
6
7
8
9
10