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.

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to