X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2FxyzModem.h;h=f437bbd0bdf8254cd90f9cf0b4f67693023bbf23;hb=becbbc7b2a1be44d38779c80ce94fb20e5e13f12;hp=4ec10b5a379f4149d6ebe9e51b781774e2e8c450;hpb=f6e5739a68131998a5ae8aa0cf56a0316f810200;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/xyzModem.h b/include/xyzModem.h index 4ec10b5..f437bbd 100644 --- a/include/xyzModem.h +++ b/include/xyzModem.h @@ -97,7 +97,10 @@ typedef struct { #endif } connection_info_t; +#ifndef BOOL_WAS_DEFINED +#define BOOL_WAS_DEFINED typedef unsigned int bool; +#endif #define false 0 #define true 1