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

Unified Diff: include/linux/efi.h

Issue 3026039: [RFC] CHROMIUM: Two patches for comments: EFI GUID boot for dm-verity (Closed) Base URL: http://src.chromium.org/git/kernel.git
Patch Set: fix desc. dont always wait Created 10 years, 5 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 | « fs/partitions/efi.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/linux/efi.h
diff --git a/include/linux/efi.h b/include/linux/efi.h
index 4d783a270df6f17c9226c59db01e629431c7d703..0cab9987e337527f6f800e40c9f7056043bd7c12 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -324,6 +324,11 @@ extern unsigned long efi_get_time(void);
extern int efi_set_rtc_mmss(unsigned long nowtime);
extern struct efi_memory_map memmap;
+#ifdef CONFIG_EFI_PARTITION
+struct block_device;
+extern int efi_find_partition(efi_guid_t *guid, struct block_device *bdev);
+#endif
+
/**
* efi_range_is_wc - check the WC bit on an address range
* @start: starting kvirt address
« no previous file with comments | « fs/partitions/efi.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698