[PATCH] rio cleanups
[linux-2.6/mini2440.git] / drivers / char / rio / riotypes.h
blob46084d5c7e983e21f1068255ddea077ad8584aba
1 /****************************************************************************
2 ******* *******
3 ******* R I O T Y P E S
4 ******* *******
5 ****************************************************************************
7 Author : Jon Brawn
8 Date :
11 * (C) 1990 - 2000 Specialix International Ltd., Byfleet, Surrey, UK.
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
23 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
27 Version : 0.01
30 Mods
31 ----------------------------------------------------------------------------
32 Date By Description
33 ----------------------------------------------------------------------------
35 ***************************************************************************/
37 #ifndef _riotypes_h
38 #define _riotypes_h 1
40 #ifdef SCCS_LABELS
41 #ifndef lint
42 /* static char *_rio_riotypes_h_sccs = "@(#)riotypes.h 1.10"; */
43 #endif
44 #endif
46 typedef unsigned short NUMBER_ptr;
47 typedef unsigned short WORD_ptr;
48 typedef unsigned short BYTE_ptr;
49 typedef unsigned short char_ptr;
50 typedef unsigned short Channel_ptr;
51 typedef unsigned short FREE_LIST_ptr_ptr;
52 typedef unsigned short FREE_LIST_ptr;
53 typedef unsigned short LPB_ptr;
54 typedef unsigned short Process_ptr;
55 typedef unsigned short PHB_ptr;
56 typedef unsigned short PKT_ptr;
57 typedef unsigned short PKT_ptr_ptr;
58 typedef unsigned short Q_BUF_ptr;
59 typedef unsigned short Q_BUF_ptr_ptr;
60 typedef unsigned short ROUTE_STR_ptr;
61 typedef unsigned short RUP_ptr;
62 typedef unsigned short short_ptr;
63 typedef unsigned short u_short_ptr;
64 typedef unsigned short ushort_ptr;
66 #endif /* __riotypes__ */
68 /*********** end of file ***********/