summaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-09-17 14:36:23 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-09-21 08:44:47 -0500
commit5a336a1cfb043171046f7d295bb62d0a1f914afc (patch)
tree143b56f6d7cd9b51d987a907fad2705ba4fd45fc /include/types.h
parent9415cf5d2fbf4b76ee6c6147d02b54f1b4ec32b1 (diff)
downloadofono-5a336a1cfb043171046f7d295bb62d0a1f914afc.tar.bz2
include: Introduce ofono_uuid
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