summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-21 22:44:05 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-21 22:44:05 +0100
commitfc12c78cc7d2a442a52c96d1c0c1912bff309a43 (patch)
tree0952a6d8c813c224facfcedec007343f1cb3a542 /include
parent346c30414e8a347aa001758d666124aec4035cd9 (diff)
downloadconnman-fc12c78cc7d2a442a52c96d1c0c1912bff309a43.tar.gz
connman-fc12c78cc7d2a442a52c96d1c0c1912bff309a43.tar.bz2
connman-fc12c78cc7d2a442a52c96d1c0c1912bff309a43.zip
Add support for ScanInterval property
Diffstat (limited to 'include')
-rw-r--r--include/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index af2a81bc..ab58f1e0 100644
--- a/include/types.h
+++ b/include/types.h
@@ -36,6 +36,7 @@ extern "C" {
typedef int connman_bool_t;
typedef unsigned char connman_uint8_t;
+typedef unsigned short connman_uint16_t;
#ifdef __cplusplus
}