summaryrefslogtreecommitdiff
path: root/attic/drv/oss_allegro/id.h
blob: c61985f4d9630f175ea048d13083ea2135720ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/******************************************************************************
 *                                                                            *
 *                       (C) 1998-1998 ESS Technology, Inc.                   *
 *                                                                            *
 * This source code, its compiled object code, and its associated data sets   *
 * are copyright (C) 1998-1998 ESS Technology, Inc. This source code and its  *
 * associated data sets are trade secrets of ESS Technology, Inc.             *
 *                                                                            *
 ******************************************************************************/

/*---------------------------------------------------------------------------
 *              Copyright (C) 1998-1998, ESS Technology, Inc.
 *---------------------------------------------------------------------------
 * FILENAME: id.h
 *---------------------------------------------------------------------------
 * DESCRIPTION: Header file containing Allegro device and revision IDs
 *---------------------------------------------------------------------------
 * AUTHOR:  Henry Tang
 *---------------------------------------------------------------------------
 * HISTORY:
 *    04/22/98  HT  Created.
 *---------------------------------------------------------------------------
 */

//
// Device IDs
//

#define DEVICE_ID_1968                  0x1968
#define DEVICE_ID_1978                  0x1978

//
// Revision IDs
//

#define REVISION_ID_1968                0x00
#define REVISION_ID_1978_REV_A          0x00
#define REVISION_ID_1978_REV_B          0x10

//---------------------------------------------------------------------------
//  End of File: id.h
//---------------------------------------------------------------------------

/******************************************************************************
 *                                                                            *
 *                       (C) 1998-1998 ESS Technology, Inc.                   *
 *                                                                            *
 ******************************************************************************/