From 038251eac50dd7ae2d6b640890bbe948664910d9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 21 Aug 2009 19:11:32 -0500 Subject: Introduce the Modem driver API --- include/types.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/types.h') diff --git a/include/types.h b/include/types.h index 7f99f80c..6a9681d0 100644 --- a/include/types.h +++ b/include/types.h @@ -26,6 +26,16 @@ extern "C" { #endif +#ifndef FALSE +#define FALSE (0) +#endif + +#ifndef TRUE +#define TRUE (!FALSE) +#endif + +typedef int ofono_bool_t; + /* MCC is always three digits. MNC is either two or three digits */ #define OFONO_MAX_MCC_LENGTH 3 #define OFONO_MAX_MNC_LENGTH 3 -- cgit v1.2.3