summaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h4
1 files changed, 4 insertions, 0 deletions
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