deptest: Do not clobber the base build and staging dirs
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / files-2.6.32 / drivers / crypto / ifxmips / ifxmips_arc4.h
1 #ifndef IFXMIPS_ARC4_H
2 #define IFXMIPS_ARC4_H
3
4 /*
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
18 *
19 * Copyright (C) 2010 Ralph Hempel <ralph.hempel@lantiq.com>
20 * Copyright (C) 2009 Mohammad Firdaus
21 */
22
23 /*!
24 \defgroup IFX_DEU IFX_DEU_DRIVERS
25 \ingroup API
26 \brief ifx deu driver file
27 */
28
29 /*!
30 \defgroup IFX_DEU_DEFINITIONS IFX_DEU_DRIVERS
31 \ingroup IFX_DEU
32 \brief ifx deu definitions
33 */
34
35 /*!
36 \file ifxmips_arc4.h
37 \brief ARC4 DEU header driver file
38 */
39
40
41
42 #define ARC4_START IFX_ARC4_CON
43
44 #ifdef CONFIG_CRYPTO_DEV_ARC4_AR9
45 #include "ifxmips_deu_structs_ar9.h"
46 #endif
47 #ifdef CONFIG_CRYPTO_DEV_DMA_AR9
48 #include "ifxmips_deu_structs_ar9.h"
49 #endif
50
51 #ifdef CONFIG_CRYPTO_DEV_ARC4_VR9
52 #include "ifxmips_deu_structs_vr9.h"
53 #endif
54 #ifdef CONFIG_CRYPTO_DEV_DMA_VR9
55 #include "ifxmips_deu_structs_vr9.h"
56 #include <asm/ifx/irq.h>
57 #endif
58
59 #endif /* IFXMIPS_ARC4_H */