Add support for ScanInterval property
[connman] / include / types.h
index f99ff07..ab58f1e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2007-2008  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2007-2009  Intel Corporation. All rights reserved.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2 as
@@ -34,7 +34,9 @@ extern "C" {
 #define        TRUE    (!FALSE)
 #endif
 
-typedef int    connman_bool_t;
+typedef int            connman_bool_t;
+typedef unsigned char  connman_uint8_t;
+typedef unsigned short connman_uint16_t;
 
 #ifdef __cplusplus
 }