On Fri, Sep 10, 2004 at 09:48:22AM -0700, Peter Buckingham wrote: > >>/* These are symbols defined by the ramdisk linker script */ > >>+extern unsigned long initrd_start, initrd_end; > >>extern unsigned char __rd_start; > >>extern unsigned char __rd_end; > > > > > >Please use the appropinquate header for these. > > I'd love to use the appropriate header for these, but can't find one. > cscope doesn't seem to show that these are defined usefully in a header > file. Winners use grep(1) ;-) > Can you point me to where these are defined? Include/linux/initrd.h. Ralf