mirror of
https://git.proxmox.com/git/grub2
synced 2025-10-11 21:09:58 +00:00
11 lines
216 B
C
11 lines
216 B
C
/* This file defines some basic constants for the MPI machinery. We
|
|
* need to define the types on a per-CPU basis, so it is done with
|
|
* this file here. */
|
|
#define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG)
|
|
|
|
|
|
|
|
|
|
|
|
|