Release 4.11 include/linux/efi-bgrt.h
#ifndef _LINUX_EFI_BGRT_H
#define _LINUX_EFI_BGRT_H
#include <linux/acpi.h>
#ifdef CONFIG_ACPI_BGRT
void efi_bgrt_init(struct acpi_table_header *table);
/* The BGRT data itself; only valid if bgrt_image != NULL. */
extern size_t bgrt_image_size;
extern struct acpi_table_bgrt bgrt_tab;
#else /* !CONFIG_ACPI_BGRT */
static inline void efi_bgrt_init(struct acpi_table_header *table) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Josh Triplett | 7 | 63.64% | 1 | 50.00% |
Dave Young | 4 | 36.36% | 1 | 50.00% |
Total | 11 | 100.00% | 2 | 100.00% |
#endif /* !CONFIG_ACPI_BGRT */
#endif /* _LINUX_EFI_BGRT_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Josh Triplett | 40 | 78.43% | 1 | 50.00% |
Dave Young | 11 | 21.57% | 1 | 50.00% |
Total | 51 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.