diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/chromeos/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/chromeos/common.h b/include/chromeos/common.h index 1c4b3925dce..974e40d7f30 100644 --- a/include/chromeos/common.h +++ b/include/chromeos/common.h @@ -45,4 +45,7 @@ enum { /* this function is implemented along with vboot_api */ int display_clear(void); +/* set up the vbexport library */ +int vbexport_init(void); + #endif /* CHROMEOS_COMMON_H_ */ |