summaryrefslogtreecommitdiff
path: root/include/chromeos/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chromeos/common.h')
-rw-r--r--include/chromeos/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/chromeos/common.h b/include/chromeos/common.h
index b959bbeaa78..95924b0c9b4 100644
--- a/include/chromeos/common.h
+++ b/include/chromeos/common.h
@@ -20,4 +20,7 @@
#define VBDEBUG(fmt, args...)
#endif
+/* this function is implemented along with vboot_api */
+int display_clear(void);
+
#endif /* CHROMEOS_COMMON_H_ */