summaryrefslogtreecommitdiff
path: root/test/thermal_falco_externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/thermal_falco_externs.h')
-rw-r--r--test/thermal_falco_externs.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/thermal_falco_externs.h b/test/thermal_falco_externs.h
new file mode 100644
index 0000000000..e5cfa16b7d
--- /dev/null
+++ b/test/thermal_falco_externs.h
@@ -0,0 +1,14 @@
+/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef __THERMAL_FALCO_EXTERNS_H
+#define __THERMAL_FALCO_EXTERNS_H
+
+/* Normally private symbols from the modules that we're testing. */
+extern struct adapter_limits
+ ad_limits[][NUM_AC_TURBO_STATES][NUM_AC_THRESHOLDS];
+extern int ap_is_throttled;
+
+#endif /* __THERMAL_FALCO_EXTERNS_H */