blob: 0e715f0773b7ac05860cc2782d7a2ef5f8a6af8e [file] [log] [blame]
#ifndef PARLIB_ARCH_VCORE_H
#define PARLIB_ARCH_VCORE_H
#ifdef __x86_64__
#include <arch/vcore64.h>
#else
#include <arch/vcore32.h>
#endif
#endif /* PARLIB_ARCH_VCORE_H */