2010-10-11 16:54:21 +04:00
|
|
|
/*
|
2010-10-11 17:39:37 +04:00
|
|
|
* Copyright 2006-2010, Haiku, Inc. All Rights Reserved.
|
2010-10-11 16:54:21 +04:00
|
|
|
* Distributed under the terms of the MIT License.
|
2010-10-11 17:39:37 +04:00
|
|
|
*
|
|
|
|
* Authors:
|
|
|
|
* Philippe Houdoin, phoudoin at haiku-os dot org
|
2010-10-11 16:54:21 +04:00
|
|
|
*/
|
|
|
|
#ifndef KERNEL_BOOT_IMAGES_H
|
|
|
|
#define KERNEL_BOOT_IMAGES_H
|
|
|
|
|
|
|
|
#ifdef HAIKU_DISTRO_COMPATIBILITY_OFFICIAL
|
|
|
|
# ifdef HAIKU_OFFICIAL_RELEASE
|
|
|
|
# include <boot/images-tm.h>
|
|
|
|
# else
|
|
|
|
# include <boot/images-tm-development.h>
|
|
|
|
# endif
|
|
|
|
#else
|
|
|
|
# include <boot/images-sans-tm.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* KERNEL_BOOT_ARCH_H */
|