On Jul 31 2007 11:57, Andrew Morton wrote:
>> --- a/include/linux/kernel.h
>> +++ b/include/linux/kernel.h
>> @@ -30,6 +30,9 @@ extern const char linux_proc_banner[];
>> #define LLONG_MIN (-LLONG_MAX - 1)
>> #define ULLONG_MAX (~0ULL)
>>
>> +#define U16_MAX ((u16) ~0U)
>> +#defi
On Tue, 31 Jul 2007, Andrew Morton wrote:
> On Tue, 31 Jul 2007 21:56:12 +0530 (IST)
> Satyam Sharma <[EMAIL PROTECTED]> wrote:
>
> > --- a/include/linux/kernel.h
> > +++ b/include/linux/kernel.h
> > @@ -30,6 +30,9 @@ extern const char linux_proc_banner[];
> > #define LLONG_MIN (-LLONG_MAX -
On Tue, 31 Jul 2007 21:56:12 +0530 (IST)
Satyam Sharma <[EMAIL PROTECTED]> wrote:
> --- a/include/linux/kernel.h
> +++ b/include/linux/kernel.h
> @@ -30,6 +30,9 @@ extern const char linux_proc_banner[];
> #define LLONG_MIN(-LLONG_MAX - 1)
> #define ULLONG_MAX (~0ULL)
>
> +#define U16_MAX
3 matches
Mail list logo