summaryrefslogtreecommitdiff
path: root/include/fat.h
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-04-20 15:45:07 +0800
committerSimon Glass <sjg@chromium.org>2011-08-24 10:01:07 -0700
commitfd7e90e1cd318ae1cc8f6276e66e6de6199c8cc9 (patch)
treede50af95a4dbb37bb34c7d366677845ced5703a4 /include/fat.h
parent8a903cb9ba41fc4d9c60b4d8b8cb9a0f7779f210 (diff)
Store VbNvContext in a file on EFI partition
Doing so makes kernel and user space programs easier to access VbNvContext. R=rongchang@chromium.org BUG=none TEST=run "cros nvram" Review URL: http://codereview.chromium.org/6882037 Change-Id: Ibcbd6da6330bedd876889c3ae3eac35a468d82e7
Diffstat (limited to 'include/fat.h')
-rw-r--r--include/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fat.h b/include/fat.h
index b8dd932ad4f..74a128baa35 100644
--- a/include/fat.h
+++ b/include/fat.h
@@ -213,6 +213,7 @@ int file_cd(const char *path);
int file_fat_detectfs(void);
int file_fat_ls(const char *dir);
long file_fat_read(const char *filename, void *buffer, unsigned long maxsize);
+int file_fat_starting_lba(const char *filename, uint64_t *starting_lba_ptr);
const char *file_getfsname(int idx);
int fat_register_device(block_dev_desc_t *dev_desc, int part_no);