Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: include/linux/chromeos_platform.h

Issue 6690023: CHROMIUMOS: chromeos_acpi: Introduce ability to handle buffers. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/kernel.git@master
Patch Set: Address review comments Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « drivers/platform/x86/chromeos_acpi.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/linux/chromeos_platform.h
diff --git a/include/linux/chromeos_platform.h b/include/linux/chromeos_platform.h
index f27a982b299f8d5bd3d1db4b259fcebdfe4f0514..9ad7c6e61127aa944e5e35ba4b1e2f6a54cc53a4 100644
--- a/include/linux/chromeos_platform.h
+++ b/include/linux/chromeos_platform.h
@@ -1,6 +1,7 @@
#ifndef _LINUX_CHROMEOS_PLATFORM_H
#define _LINUX_CHROMEOS_PLATFORM_H
+#include <linux/errno.h>
#include <linux/types.h>
#ifdef CONFIG_CHROMEOS
@@ -22,6 +23,7 @@ extern bool chromeos_is_devmode(void);
extern int chromeos_set_need_recovery(void);
#else
+
/* Stubbed-out versions so we can keep code common */
static inline bool chromeos_initialized(void)
{
« no previous file with comments | « drivers/platform/x86/chromeos_acpi.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698