genode/os/include/nitpicker_gfx/nitpicker_types.h
2013-01-10 21:44:47 +01:00

22 lines
550 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 _INCLUDE__NITPICKER_GFX__NITPICKER_TYPES_H_
#define _INCLUDE__NITPICKER_GFX__NITPICKER_TYPES_H_
#include <base/fixed_stdint.h>
typedef Genode::int32_t nitpicker_int32_t;
#endif /* _INCLUDE__NITPICKER_GFX__NITPICKER_TYPES_H_ */