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
12extern void long_start_kernel();
13
14
15#endif /* LONG_H */
16