xref: /haiku/src/system/boot/platform/bios_ia32/long.h (revision 17889a8c70dbb3d59c1412f6431968753c767bab)
1 /*
2  * Copyright 2012, Alex Smith, alex@alex-smith.me.uk.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef LONG_H
6 #define LONG_H
7 
8 
9 #include <SupportDefs.h>
10 
11 
12 extern void long_start_kernel();
13 
14 
15 #endif /* LONG_H */
16