summaryrefslogtreecommitdiffstats
path: root/private/ntos/fw/mips/eisastr.h
blob: 5244d9ba4f5125f0f24c61942b32952f95227a58 (plain) (blame)
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

//
// Common strings.
//
extern PCHAR EISA_OK_MSG;
extern PCHAR EISA_CRLF_MSG;
extern PCHAR EISA_ERROR1_MSG;

//
// Eisa strings.
//

// ----------------------------------------------------------------------------
// GLOBAL:      EISA error messages
// ----------------------------------------------------------------------------
//
//                 1         2         3         4         5         6         7
//       01234567890123456789012345678901234567890123456789012345678901234567890

extern PCHAR EisaCfgMessages[];

extern EISA_CHECKPOINT_INFO EisaCheckpointInfo[];

extern PCHAR EISA_INIT_MSG;
extern PCHAR EISA_BUS_MSG;
extern PCHAR EISA_ERROR_SLOT_MSG;
extern PCHAR EISA_HOT_NMI_MSG;
extern PCHAR EISA_BUS_NUMBER_MSG;
extern PCHAR EISA_NMI_NOT_FOUND_MSG;
extern PCHAR EISA_PARITY_ERROR_MSG;
extern PCHAR EISA_IO_CHECK_ERROR_MSG;
extern PCHAR EISA_IO_CHECK_NOT_SUP_MSG;
extern PCHAR EISA_IN_SLOT_MSG;
extern PCHAR EISA_BUS_MASTER_MSG;
extern PCHAR EISA_TIMEOUT_MSG;
extern PCHAR EISA_TIMEOUT2_MSG;
extern PCHAR EISA_SLAVE_TIMEOUT_MSG;