Iros
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef __x86_64__
4
// clang-format off
5
#define IRIS_ARCH x86/amd64
6
// clang-format on
7
8
#define IRIS_ARCH_AMD64
9
#else
10
#error "Unsupported architecture for Iris kernel"
11
#endif
12
13
#define IRIS_ARCH_INCLUDE(path) <iris/arch/IRIS_ARCH/path>
iris
include
iris
core
config.h
Generated by
1.13.0