forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/include/acpi/platform/acenv.h
....@@ -3,7 +3,7 @@
33 *
44 * Name: acenv.h - Host and compiler configuration
55 *
6
- * Copyright (C) 2000 - 2018, Intel Corp.
6
+ * Copyright (C) 2000 - 2020, Intel Corp.
77 *
88 *****************************************************************************/
99
....@@ -128,6 +128,17 @@
128128 #endif
129129
130130
131
+/*
132
+ * acpisrc CR\LF support
133
+ * Unix file line endings do not include the carriage return.
134
+ * If the acpisrc utility is being built using a microsoft compiler, it means
135
+ * that it will be running on a windows machine which means that the output is
136
+ * expected to have CR/LF newlines. If the acpisrc utility is built with
137
+ * anything else, it will likely run on a system with LF newlines. This flag
138
+ * tells the acpisrc utility that newlines will be in the LF format.
139
+ */
140
+#define ACPI_SRC_OS_LF_ONLY 0
141
+
131142 /*! [Begin] no source code translation */
132143
133144 /******************************************************************************