summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halast/i386/astnls.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/nthals/halast/i386/astnls.h')
-rw-r--r--private/ntos/nthals/halast/i386/astnls.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/private/ntos/nthals/halast/i386/astnls.h b/private/ntos/nthals/halast/i386/astnls.h
new file mode 100644
index 000000000..d63073815
--- /dev/null
+++ b/private/ntos/nthals/halast/i386/astnls.h
@@ -0,0 +1,29 @@
+/*++
+
+Copyright (c) 1993 Microsoft Corporation
+
+Module Name:
+
+ astnls.h
+
+Abstract:
+
+ Strings which are used in the HAL
+
+ English
+
+--*/
+
+
+#define MSG_NMI_EBI2_ERR "EBI2 Problem: Cannot get NMI Source\n"
+#define MSG_NMI_SYS_IO_ERR "NMI: System I/O error\n"
+#define MSG_NMI_SW_GEN_NMI "NMI: Software generated NMI\n"
+#define MSG_NMI_MEMORY_ERR "NMI: Memory error\n"
+#define MSG_NMI_PROCESSOR_ERR "NMI: Processor error\n"
+#define MSG_NMI_POWER_FAILURE "NMI: Power Failure\n"
+#define MSG_NMI_BUS_ERR "NMI: Bus Address/Data error\n"
+#define MSG_NMI_TIMEOUT_ERR "NMI: System Timeout error\n"
+#define MSG_NMI_SHUTDOWN "NMI: Shutdown Button\n"
+#define MSG_NMI_ATTENTION "NMI: Attention Button\n"
+#define MSG_NMI_NO_NMI_FOUND "NMI: No NMI found\n"
+#define MSG_NMI_UNKOWN "NMI: Unkown NMI error\n"