1/*
2 * Copyright 2006-2010, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 *
5 * Authors:
6 *		Philippe Houdoin, phoudoin at haiku-os dot org
7 */
8#ifndef KERNEL_BOOT_IMAGES_H
9#define KERNEL_BOOT_IMAGES_H
10
11#ifdef HAIKU_DISTRO_COMPATIBILITY_OFFICIAL
12#	ifdef HAIKU_OFFICIAL_RELEASE
13#		include <boot/images-tm.h>
14#	else
15#		include <boot/images-tm-development.h>
16#	endif
17#else
18#	include <boot/images-sans-tm.h>
19#endif
20
21#endif	/* KERNEL_BOOT_ARCH_H */
22