root/headers/private/kernel/boot/platform/atari_m68k/platform_stage2_args.h
/*
** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the MIT License.
*/
#ifndef KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H
#define KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H

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

struct platform_stage2_args {
        int dummy;
};

#endif  /* KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H */