root/headers/private/kernel/boot/platform/routerboard_mipsel/platform_stage2_args.h
/*
 * Copyright 2009 Jonas Sundström, jonas@kirilla.com
 * All rights reserved. Distributed under the terms of the MIT License.
 */
#ifndef _KERNEL_BOOT_PLATFORM_ROUTERBOARD_MIPSEL_STAGE2_ARGS_H
#define _KERNEL_BOOT_PLATFORM_ROUTERBOARD_MIPSEL_STAGE2_ARGS_H

#ifndef KERNEL_BOOT_STAGE2_ARGS_H
#       error This file is included from <boot/stage2_args.h> only
#endif

#warning IMPLEMENT platform_stage2_args.h

struct platform_stage2_args {
};

#endif /* _KERNEL_BOOT_PLATFORM_ROUTERBOARD_MIPSEL_STAGE2_ARGS_H */