fixed memory bytes

Denis Kirjanov kirjanov at gmail.com
Tue Jan 4 14:17:43 EST 2011


On Tue, Jan 4, 2011 at 8:40 PM, mohit verma <mohit89mlnc at gmail.com> wrote:
>
> hi all,
> i have seen many places in  kernel where the variables specially the
> structures should be of  fixed size independent of the architecture. i went
> through the  definitions of them  but dint  get  clearly (or frankly  say
> ...dint get them even a bit) .

Linux (compiler actually) supports C99 fixed-width types such as 8,
16, 32, 64 bits.
Just look through the include/linux/types.h
and small example here:
http://lxr.linux.no/#linux+v2.6.36/arch/powerpc/boot/types.h#L8
>
> so ,can please someone  help me to understand this??
>
>
> thanks in advance for help........
> --
> ........................
> MOHIT VERMA
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>



-- 
Regards,
Denis



More information about the Kernelnewbies mailing list