20#ifndef SYSCALL_STUBS_H
42#if HOSTED && !defined(SYSCALL_TARGET_FOUND)
43#include "pedigree/kernel/processor/hosted/syscall-stubs.h"
44#define SYSCALL_TARGET_FOUND
47#if X64 && !defined(SYSCALL_TARGET_FOUND)
48#include "pedigree/kernel/processor/x64/syscall-stubs.h"
49#define SYSCALL_TARGET_FOUND
52#ifndef SYSCALL_TARGET_FOUND
53#error Syscall target not found!