blob: 1b7e703684f90ae73eb88855425c3ce907a413e0 [file] [log] [blame]
Andi Kleen2aae9502007-07-21 17:10:01 +02001/* Define pointer to external vDSO variables.
2 These are part of the vDSO. The kernel fills in the real addresses
3 at boot time. This is done because when the vdso is linked the
4 kernel isn't yet and we don't know the final addresses. */
5#include <linux/kernel.h>
6#include <linux/time.h>
7#include <asm/vsyscall.h>
8#include <asm/timex.h>
9#include <asm/vgtod.h>
10
Roland McGrath06f99ac2007-10-17 18:04:40 +020011#define VEXTERN(x) typeof (__ ## x) *const vdso_ ## x = (void *)VMAGIC;
Andi Kleen2aae9502007-07-21 17:10:01 +020012#include "vextern.h"