summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files/include/asm-mips/rtl865x/rtl_types.h
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2013-05-17 20:40:24 +0300
committerRoman Yeryomin <roman@advem.lv>2013-05-17 20:40:24 +0300
commite6d87036412b952cb083eff2dc716aee97a771f2 (patch)
tree273dd3daaa85553832d3cc6d48276229dc7fbe09 /target/linux/realtek/files/include/asm-mips/rtl865x/rtl_types.h
parenta18fec42221baa52fff4c5ffd45ec8f32e3add36 (diff)
Move to rsdk 3.2.4. Compiles cleanly.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/files/include/asm-mips/rtl865x/rtl_types.h')
-rw-r--r--target/linux/realtek/files/include/asm-mips/rtl865x/rtl_types.h186
1 files changed, 0 insertions, 186 deletions
diff --git a/target/linux/realtek/files/include/asm-mips/rtl865x/rtl_types.h b/target/linux/realtek/files/include/asm-mips/rtl865x/rtl_types.h
index f94206f70..b73767617 100644
--- a/target/linux/realtek/files/include/asm-mips/rtl865x/rtl_types.h
+++ b/target/linux/realtek/files/include/asm-mips/rtl865x/rtl_types.h
@@ -10,192 +10,6 @@
* Revision 1.1.1.1 2007/08/06 10:04:57 root
* Initial import source to CVS
*
-* Revision 1.21 2007/05/15 03:36:56 michaelhuang
-* *: fixed compatibility for Linux Kernel 2.6
-*
-* Revision 1.20 2007/04/04 15:48:54 chenyl
-* +: cleshell commend for asic register configuration : mmtu ( multicast mtu )
-*
-* Revision 1.19 2006/08/29 13:00:00 chenyl
-* *: New SWNIC driver for RTL865xC
-* *: some rearrange in re_core.c for Bootstrap sequence being more readable.
-*
-* Revision 1.18 2006/02/27 07:47:06 ympan
-* +: No change by ympan
-*
-* Revision 1.17 2005/09/27 05:59:44 chenyl
-* *: modify IRAM / DRAM layout:
-* IRAM/DRAM-FWD : external used, swNic ... blahblah
-* IRAM/DRAM-L2-FWD : fwdengine internal used, L2 and below (ex. preprocess, postprocess)
-* IRAM/DRAM-L34-FWD : fwdengine internal used, L3/L4 process only (ex. Routing, decision table...etc).
-*
-* => If L34 is used, we strongly suggest L2 must be used, too.
-*
-* Revision 1.16 2005/08/23 14:38:26 chenyl
-* +: apply prioirty IRAM/DRAM usage
-*
-* Revision 1.15 2005/08/22 07:33:55 chenyl
-* *: don't set DRAM/IRAM for other OSs yet.
-*
-* Revision 1.14 2005/08/18 09:14:08 chenyl
-* *: add code to porting to other OSs
-*
-* Revision 1.13 2005/08/18 06:29:29 chenyl
-* +: always define the rtlglue_printf in rtl_types.h
-*
-* Revision 1.12 2005/07/01 09:34:41 yjlou
-* *: porting swNic2.c into model code.
-*
-* Revision 1.11 2005/06/19 05:29:37 yjlou
-* *: use 'unsigned int' to replace 'size_t'
-* *: define spinlock_t when RTL865X_MODEL_USER defined.
-*
-* Revision 1.10 2005/06/10 05:32:22 yjlou
-* +: Porting CLE Shell to Linux user space for model test.
-* See RTL865X_MODEL_USER compile flags.
-*
-* Revision 1.9 2005/01/10 03:21:43 yjlou
-* *: always define __IRAM and __DRAM
-*
-* Revision 1.8 2004/07/23 13:42:45 tony
-* *: remove all warning messages
-*
-* Revision 1.7 2004/07/05 08:25:32 chenyl
-* +: define __IRAM, __DRAM for module test
-*
-* Revision 1.6 2004/07/04 15:04:55 cfliu
-* +: add IRAM and DRAM
-*
-* Revision 1.5 2004/04/20 03:44:03 tony
-* if disable define "RTL865X_OVER_KERNEL" and "RTL865X_OVER_LINUX", __KERNEL__ and __linux__ will be undefined.
-*
-* Revision 1.4 2004/03/19 13:13:35 cfliu
-* Reorganize ROME driver local header files. Put all private data structures into different .h file corrsponding to its layering
-* Rename printf, printk, malloc, free with rtlglue_XXX prefix
-*
-* Revision 1.3 2004/03/05 07:44:27 cfliu
-* fix header file problem for ctype.h
-*
-* Revision 1.2 2004/03/03 10:40:38 yjlou
-* *: commit for mergence the difference in rtl86xx_tbl/ since 2004/02/26.
-*
-* Revision 1.1 2004/02/25 14:26:33 chhuang
-* *** empty log message ***
-*
-* Revision 1.3 2004/02/25 14:24:52 chhuang
-* *** empty log message ***
-*
-* Revision 1.8 2003/12/10 06:30:12 tony
-* add linux/config.h, disable define CONFIG_RTL865X_NICDRV2 in mbuf.c by default
-*
-* Revision 1.7 2003/12/03 14:25:43 cfliu
-* change SIZE_T to _SIZE_T. Linux kernel seems to recognize _SIZE_T
-*
-* Revision 1.6 2003/10/01 12:29:02 tony
-* #define DEBUG_P(args...) while(0);
-*
-* Revision 1.5 2003/10/01 10:31:47 tony
-* solve all the compiler warnning messages in the board.c
-*
-* Revision 1.4 2003/09/30 06:07:50 orlando
-* check in RTL8651BLDRV_V20_20030930
-*
-* Revision 1.30 2003/07/21 06:27:49 cfliu
-* no message
-*
-* Revision 1.29 2003/04/30 15:32:30 cfliu
-* move macros to types.h
-*
-* Revision 1.28 2003/03/13 10:29:22 cfliu
-* Remove unused symbols
-*
-* Revision 1.27 2003/03/06 05:00:04 cfliu
-* Move '#pragma ghs inlineprologue' to rtl_depend.h since it is compiler dependent
-*
-* Revision 1.26 2003/03/06 03:41:46 danwu
-* Prevent compiler from generating internal sub-routine call code at the
-* function prologue and epilogue automatically
-*
-* Revision 1.25 2003/03/03 09:16:35 hiwu
-* remove ip4a
-*
-* Revision 1.24 2003/02/18 10:04:06 jzchen
-* Add ether_addr_t to compatable with protocol stack's ether_addr
-*
-* Revision 1.23 2003/01/21 05:59:51 cfliu
-* add min, max, SETBITS, CLEARBITS, etc.
-*
-* Revision 1.22 2002/11/25 07:31:30 cfliu
-* Remove _POSIX_SOURCE since it is cygwin specific
-*
-* Revision 1.21 2002/09/30 11:51:49 jzchen
-* Add ASSERT_ISR for not print inside ISR
-*
-* Revision 1.20 2002/09/18 01:43:24 jzchen
-* Add type limit definition
-*
-* Revision 1.19 2002/09/16 00:14:34 elvis
-* remove struct posix_handle_t (change the handle type from
-* structure to uint32)
-*
-* Revision 1.18 2002/08/20 01:40:40 danwu
-* Add definitions of ipaddr_t & macaddr_t.
-*
-* Revision 1.17 2002/07/30 04:36:30 danwu
-* Add ASSERT_CSP.
-*
-* Revision 1.16 2002/07/19 06:47:30 cfliu
-* Add _POSIX_SOURCE symbol
-*
-* Revision 1.15 2002/07/05 02:10:39 elvis
-* Add new types for OSK
-*
-* Revision 1.14 2002/07/03 12:36:21 orlando
-* <rtl_depend.h> will use type definitions. Has to be moved to
-* be after the type declaration lines.
-*
-* Revision 1.13 2002/07/03 09:19:00 cfliu
-* Removed all standard header files from source code. They would be included by <core/types.h>-><rtl_depend.h>
-*
-* Revision 1.12 2002/07/03 09:16:48 cfliu
-* Removed all standard header files from source code. They would be included by <core/types.h>-><rtl_depend.h>
-*
-* Revision 1.11 2002/07/03 07:14:47 orlando
-* Add "struct posix_handle_t_", used by POSIX module.
-*
-* Revision 1.9 2002/06/21 03:15:36 cfliu
-* Add time.h for struct timeval
-*
-* Revision 1.8 2002/06/14 01:58:03 cfliu
-* Move sa_family_t to socket
-*
-* Revision 1.7 2002/06/13 09:37:42 cfliu
-* Move byte order conversion routines to socket
-*
-* Revision 1.6 2002/05/23 04:24:37 hiwu
-* change memaddr_t to calladdr_t
-*
-* Revision 1.5 2002/05/13 10:15:16 hiwu
-* add new type definition
-*
-* Revision 1.4 2002/05/09 05:21:51 cfliu
-* Add parenthesis around swaps16, swapl32
-*
-* Revision 1.3 2002/04/30 03:07:34 orlando
-* Remove UIxx_T definitions to conform with new
-* naming conventions.
-*
-* Revision 1.2 2002/04/29 10:10:32 hiwu
-* add NTOHS macro
-*
-* Revision 1.1.1.1 2002/04/26 08:53:53 orlando
-* Initial source tree creation.
-*
-* Revision 1.9 2002/04/25 03:59:05 cfliu
-* no message
-*
-* Revision 1.8 2002/04/08 08:08:04 hiwu
-* initial version
*
*/