genode/demo/src/app/scout/include/scout_types.h

22 lines
462 B
C

/*
* \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 <base/fixed_stdint.h>
typedef Genode::int32_t scout_int32_t;
#endif /* _SCOUT_TYPES_H_ */