Integrate uACPI
This commit is contained in:
6
kernel/compiler/builtins.h
Normal file
6
kernel/compiler/builtins.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef COMPILER_BUILTINS_H_
|
||||
#define COMPILER_BUILTINS_H_
|
||||
|
||||
#define unreachable() __builtin_unreachable()
|
||||
|
||||
#endif // COMPILER_BUILTINS_H_
|
Reference in New Issue
Block a user