Avoid empty struct

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23263 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-01-06 00:40:17 +00:00
parent 050550f459
commit 1dc0bb774c
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#endif
struct platform_stage2_args {
int dummy;
};
#endif /* KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H */