blob: 2b410b8c7f79fcbe4e9e29fb1901dc8ad73395cb [file] [log] [blame]
Chris Zankel9a8fd552005-06-23 22:01:26 -07001/*
2 * include/asm-xtensa/types.h
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 2001 - 2005 Tensilica Inc.
9 */
Chris Zankel9a8fd552005-06-23 22:01:26 -070010#ifndef _XTENSA_TYPES_H
11#define _XTENSA_TYPES_H
12
David Howells83596722012-10-15 03:55:40 +040013#include <uapi/asm/types.h>
Chris Zankel24a9ab72007-08-05 11:24:13 -070014
Chris Zankel9a8fd552005-06-23 22:01:26 -070015#ifndef __ASSEMBLY__
Chris Zankel9a8fd552005-06-23 22:01:26 -070016/*
Chris Zankel9a8fd552005-06-23 22:01:26 -070017 * These aren't exported outside the kernel to avoid name space clashes
18 */
Chris Zankel9a8fd552005-06-23 22:01:26 -070019
Chris Zankel9a8fd552005-06-23 22:01:26 -070020#define BITS_PER_LONG 32
21
Chris Zankel9a8fd552005-06-23 22:01:26 -070022#endif
Chris Zankel9a8fd552005-06-23 22:01:26 -070023#endif /* _XTENSA_TYPES_H */