1/*
2** Copyright 2003, Axel D��rfler, axeld@pinc-software.de. All rights reserved.
3** Distributed under the terms of the MIT License.
4*/
5#ifndef PLATFORM_STAGE2_ARGS_H
6#define PLATFORM_STAGE2_ARGS_H
7
8struct platform_stage2_args {
9	/* they are just empty! */
10};
11
12#endif	/* PLATFORM_STAGE2_ARGS_H */
13