Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
70f7c4e1
Commit
70f7c4e1
authored
Jul 12, 2019
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Jul 12, 2019
Browse files
Merge "AArch64: Add 128-bit integer types definitions" into integration
parents
b53cde79
394fa5d4
Changes
1
Show whitespace changes
Inline
Side-by-side
include/lib/libc/aarch64/stdint_.h
View file @
70f7c4e1
/*
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2018
-2019
, ARM Limited and Contributors. All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause
*/
*/
...
@@ -116,3 +116,6 @@ typedef unsigned long uintmax_t;
...
@@ -116,3 +116,6 @@ typedef unsigned long uintmax_t;
typedef
long
register_t
;
typedef
long
register_t
;
typedef
unsigned
long
u_register_t
;
typedef
unsigned
long
u_register_t
;
typedef
__int128
int128_t
;
typedef
unsigned
__int128
uint128_t
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment