include: Introduce ofono_uuid

This commit is contained in:
Denis Kenzior 2010-09-17 14:36:23 -05:00
parent 9415cf5d2f
commit 5a336a1cfb
1 changed files with 4 additions and 0 deletions

View File

@ -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