diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-15 02:00:05 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-15 02:00:05 +0000 |
commit | d03a7228e9a89d177a8dd4b94b356e1dfd613332 (patch) | |
tree | a9a6402a7c37d5508960fed9c9515c004ea494f4 /package/platform/lantiq/ltq-deu/src/ifxmips_deu_dma.c | |
parent | 1742d601891b28f6460dbfda7c29c1275f1b8453 (diff) |
[lantiq] add ltq-deu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34689 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/platform/lantiq/ltq-deu/src/ifxmips_deu_dma.c')
-rw-r--r-- | package/platform/lantiq/ltq-deu/src/ifxmips_deu_dma.c | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/package/platform/lantiq/ltq-deu/src/ifxmips_deu_dma.c b/package/platform/lantiq/ltq-deu/src/ifxmips_deu_dma.c new file mode 100644 index 0000000000..13dc921f7d --- /dev/null +++ b/package/platform/lantiq/ltq-deu/src/ifxmips_deu_dma.c @@ -0,0 +1,42 @@ +/****************************************************************************** +** +** FILE NAME : ifxmips_deu_dma.c +** PROJECT : IFX UEIP +** MODULES : DEU Module for Danube +** +** DATE : September 8, 2009 +** AUTHOR : Mohammad Firdaus +** DESCRIPTION : Data Encryption Unit Driver +** COPYRIGHT : Copyright (c) 2009 +** Infineon Technologies AG +** Am Campeon 1-12, 85579 Neubiberg, Germany +** +** This program is free software; you can redistribute it and/or modify +** it under the terms of the GNU General Public License as published by +** the Free Software Foundation; either version 2 of the License, or +** (at your option) any later version. +** +** HISTORY +** $Date $Author $Comment +** 08 Sept 2009 Mohammad Firdaus Initial UEIP release +*******************************************************************************/ +/*! + \defgroup IFX_DEU IFX_DEU_DRIVERS + \ingroup IFX_API + \brief ifx deu driver module +*/ + +/*! + \file ifxmips_deu_dma.c + \ingroup IFX_DEU + \brief DMA deu driver file +*/ + +/*! + \defgroup IFX_DMA_FUNCTIONS IFX_DMA_FUNCTIONS + \ingroup IFX_DEU + \brief deu-dma driver functions +*/ + +/* Project header files */ + |