Bitdefender Hypervisor Memory Introspection
compiler-gnu.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #ifndef _COMPILER_GNU_H_
6 #define _COMPILER_GNU_H_
7 
8 #include <stddef.h>
9 #include <sys/cdefs.h>
10 #include <sys/types.h>
11 #include <stdint.h>
12 #include <stdbool.h>
13 #include "intrinsics.h"
14 
15 #endif // _COMPILER_GNU_H_