diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-03-05 10:01:45 -0600 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2011-03-05 10:01:45 -0600 |
| commit | 706243ac48cf646d503a3f1ec9e6a28c916694bd (patch) | |
| tree | 5d583486a145a9646eccb9d3c4bce4dad45a2a84 /src/include/stdint.h | |
| parent | 5c20d316d21e231daee6455f0a78d5940d59cf23 (diff) | |
| download | talos-hostboot-706243ac48cf646d503a3f1ec9e6a28c916694bd.tar.gz talos-hostboot-706243ac48cf646d503a3f1ec9e6a28c916694bd.zip | |
Merge of PowerHAL project up to commit:
dd45c30bd53d8e6c123165b83842d08117558a3c
Diffstat (limited to 'src/include/stdint.h')
| -rw-r--r-- | src/include/stdint.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/stdint.h b/src/include/stdint.h index 1b7328d80..64d4e5b2a 100644 --- a/src/include/stdint.h +++ b/src/include/stdint.h @@ -16,4 +16,9 @@ typedef unsigned long int uint64_t; typedef uint64_t size_t; typedef int64_t ssize_t; +#define UINT8_MAX (255U) +#define UINT16_MAX (65535U) +#define UINT32_MAX (4294967295U) +#define UINT64_MAX (18446744073709551615U) + #endif |

