/* * \brief Platform-dependent definition of fixed-size integer types * \author Norman Feske * \date 2009-04-15 */ /* * Copyright (C) 2009-2013 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. */ #ifndef _SCOUT_TYPES_H_ #define _SCOUT_TYPES_H_ #include typedef Genode::int32_t scout_int32_t; #endif /* _SCOUT_TYPES_H_ */