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 _KERNEL_BOOT_PLATFORM_ROUTERBOARD_MIPSEL_STAGE2_ARGS_H
6#define _KERNEL_BOOT_PLATFORM_ROUTERBOARD_MIPSEL_STAGE2_ARGS_H
7
8#ifndef KERNEL_BOOT_STAGE2_ARGS_H
9#	error This file is included from <boot/stage2_args.h> only
10#endif
11
12#warning IMPLEMENT platform_stage2_args.h
13
14struct platform_stage2_args {
15};
16
17#endif /* _KERNEL_BOOT_PLATFORM_ROUTERBOARD_MIPSEL_STAGE2_ARGS_H */
18
19