Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef DECTYPES
0003 #define DECTYPES
0004 
0005 #define DS2100_3100 1   /* DS2100/3100  Pmax        */
0006 #define DS5000_200  2   /* DS5000/200   3max        */
0007 #define DS5000_1XX  3   /* DS5000/1xx   kmin        */
0008 #define DS5000_2X0  4   /* DS5000/2x0   3max+       */
0009 #define DS5800      5   /* DS5800   Isis        */
0010 #define DS5400      6   /* DS5400   MIPSfair    */
0011 #define DS5000_XX   7   /* DS5000/xx    maxine      */
0012 #define DS5500      11  /* DS5500   MIPSfair-2  */
0013 #define DS5100      12  /* DS5100   MIPSmate    */
0014 
0015 #endif