On 8/24/2012 11:57 PM, Joe Perches wrote:
> On Fri, 2012-08-24 at 23:10 +0530, Naresh Kumar Inna wrote:
>> Is there a TRUE/FALSE define in a standard header file?
> 
> include/linux/stddef.h:
> enum {
>       false   = 0,
>       true    = 1
> };
> 
>> I see a lot of
>> kernel code defining their own TRUE/FALSE.
> 
> Those should be changed eventually.
> 

Thanks! I will switch over to these macros.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to