xref: /haiku/src/system/boot/platform/bios_ia32/long.h (revision fce4895d1884da5ae6fb299d23c735c598e690b1)
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