1/*
2 * Copyright 2009 Jonas Sundstr��m, jonas@kirilla.com
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
5#ifndef _SYSTEM_BOOT_PLATFORM_ROUTERBOARD_MIPSEL_CPU_H
6#define _SYSTEM_BOOT_PLATFORM_ROUTERBOARD_MIPSEL_CPU_H
7
8
9#include <SupportDefs.h>
10
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16extern void cpu_init(void);
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif /* _SYSTEM_BOOT_PLATFORM_ROUTERBOARD_MIPSEL_CPU_H */
23
24