This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Kmalloc from ethernet driver


I am trying to use Kmalloc from my ethernet driver. Is this the proper way
to allocate memory to my buffers?

If so, how should I access the slab.h file from my driver code? I need
specific #include<> please. I tried #include <linux/slab.h> and did not
find the file. thank.

MHK


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]