/* ** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Distributed under the terms of the MIT License. */ #ifndef PLATFORM_STAGE2_ARGS_H #define PLATFORM_STAGE2_ARGS_H struct platform_stage2_args { /* they are just empty! */ }; #endif /* PLATFORM_STAGE2_ARGS_H */