/* * Copyright 2012, Alex Smith, alex@alex-smith.me.uk. * Distributed under the terms of the MIT License. */ #ifndef LONG_H #define LONG_H #include extern void long_start_kernel(); #endif /* LONG_H */