Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This supplies .note.* sections to go into the PT_NOTE inside the vDSO
0003  * text. Here we can supply some information useful to userland.
0004  */
0005 
0006 #include <linux/uts.h>
0007 #include <linux/version.h>
0008 #include <linux/elfnote.h>
0009 
0010 ELFNOTE_START(Linux, 0, "a")
0011     .long   LINUX_VERSION_CODE
0012 ELFNOTE_END