This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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]

Re: [PATCH] Linux Kernel Markers


On Mon, Sep 18, 2006 at 07:45:02PM -0400, Mathieu Desnoyers wrote:
 
 > + * Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
 > + *
 > + * September 2006
 > + */
 > +
 > +#include <linux/config.h>
 > +#include <linux/kernel.h>

config.h is automatically included in the build process.
kernel.h is too iirc.
 
	Dave


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