xref: /haiku/src/system/boot/platform/riscv/traps.h (revision 46b7da1f4f40f7157d74fc7fb26ff9ec7f2416f2)
1 /*
2  * Copyright 2021, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _TRAPS_H_
6 #define _TRAPS_H_
7 
8 
9 void traps_init();
10 
11 
12 #endif	// _TRAPS_H_
13