blob: 4c005df6fdc618d9d97ac2dea8cb8f4b89ea1ecf [file] [log] [blame]
#ifndef GEN_OFFSETS
#include "offsets.h"
#endif /* GEN_OFFSETS */
#include "hf/cpu.h"
#include "hf/decl_offsets.h"
DECL(CPU_CURRENT, struct cpu, current);
DECL(CPU_STACK_BOTTOM, struct cpu, stack_bottom);
DECL(VCPU_REGS, struct vcpu, regs);
DECL(VCPU_LAZY, struct vcpu, regs.lazy);