aboutsummaryrefslogtreecommitdiff
path: root/src/google
diff options
context:
space:
mode:
Diffstat (limited to 'src/google')
-rw-r--r--src/google/airbag_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/google/airbag_types.h b/src/google/airbag_types.h
index 11d2574b..c1ace6af 100644
--- a/src/google/airbag_types.h
+++ b/src/google/airbag_types.h
@@ -56,6 +56,10 @@ typedef unsigned __int64 u_int64_t;
#endif /* !_WIN32 */
+typedef struct {
+ u_int64_t half[2];
+} u_int128_t;
+
typedef u_int64_t airbag_time_t;
#endif /* GOOGLE_AIRBAG_TYPES_H__ */