xref: /openbmc/linux/arch/mips/dec/prom/dectypes.h (revision a8da474e)
1 #ifndef DECTYPES
2 #define DECTYPES
3 
4 #define DS2100_3100	1	/* DS2100/3100	Pmax		*/
5 #define DS5000_200	2	/* DS5000/200	3max		*/
6 #define DS5000_1XX	3	/* DS5000/1xx	kmin		*/
7 #define DS5000_2X0	4	/* DS5000/2x0	3max+		*/
8 #define DS5800		5	/* DS5800	Isis		*/
9 #define DS5400		6	/* DS5400	MIPSfair	*/
10 #define DS5000_XX	7	/* DS5000/xx	maxine		*/
11 #define DS5500		11	/* DS5500	MIPSfair-2	*/
12 #define DS5100		12	/* DS5100	MIPSmate	*/
13 
14 #endif
15