diff options
Diffstat (limited to 'Linux')
| -rw-r--r-- | Linux/386/include/lib9.h | 2 | ||||
| -rw-r--r-- | Linux/arm/include/lib9.h | 2 | ||||
| -rw-r--r-- | Linux/power/include/lib9.h | 2 | ||||
| -rw-r--r-- | Linux/spim/include/lib9.h | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/Linux/386/include/lib9.h b/Linux/386/include/lib9.h index 0dd37be1..85187272 100644 --- a/Linux/386/include/lib9.h +++ b/Linux/386/include/lib9.h @@ -41,6 +41,8 @@ typedef unsigned short Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; +typedef uvlong u64int; + typedef unsigned int mpdigit; /* for /sys/include/mp.h */ typedef unsigned short u16int; typedef unsigned char u8int; diff --git a/Linux/arm/include/lib9.h b/Linux/arm/include/lib9.h index da2c5d97..6f4f660a 100644 --- a/Linux/arm/include/lib9.h +++ b/Linux/arm/include/lib9.h @@ -41,6 +41,8 @@ typedef unsigned short Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; +typedef uvlong u64int; + typedef unsigned int mpdigit; /* for /sys/include/mp.h */ typedef unsigned short u16int; typedef unsigned char u8int; diff --git a/Linux/power/include/lib9.h b/Linux/power/include/lib9.h index c48ac7a6..51b80b30 100644 --- a/Linux/power/include/lib9.h +++ b/Linux/power/include/lib9.h @@ -42,6 +42,8 @@ typedef unsigned short Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; +typedef uvlong u64int; + typedef unsigned int mpdigit; /* for /sys/include/mp.h */ typedef unsigned short u16int; typedef unsigned char u8int; diff --git a/Linux/spim/include/lib9.h b/Linux/spim/include/lib9.h index 06b7a2be..f443d31b 100644 --- a/Linux/spim/include/lib9.h +++ b/Linux/spim/include/lib9.h @@ -46,6 +46,8 @@ typedef unsigned short Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; +typedef uvlong u64int; + typedef unsigned int mpdigit; /* for /sys/include/mp.h */ typedef unsigned short u16int; typedef unsigned char u8int; |
