From 5a336a1cfb043171046f7d295bb62d0a1f914afc Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 17 Sep 2010 14:36:23 -0500 Subject: [PATCH] include: Introduce ofono_uuid --- include/types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/types.h b/include/types.h index 6098cbab..460a73e4 100644 --- a/include/types.h +++ b/include/types.h @@ -104,6 +104,10 @@ struct ofono_network_time { int utcoff; /* Offset from UTC in seconds */ }; +struct ofono_uuid { + unsigned char uuid[20]; +}; + #ifdef __cplusplus } #endif