cregit-Linux how code gets into the kernel

Release 4.16 include/linux/efi-bgrt.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#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);
int __init acpi_parse_bgrt(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

PersonTokensPropCommitsCommitProp
Josh Triplett763.64%150.00%
Dave Young436.36%150.00%
Total11100.00%2100.00%


static inline int __init acpi_parse_bgrt(struct acpi_table_header *table) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Bhupesh Sharma16100.00%1100.00%
Total16100.00%1100.00%

#endif /* !CONFIG_ACPI_BGRT */ #endif /* _LINUX_EFI_BGRT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Josh Triplett4051.28%125.00%
Bhupesh Sharma2633.33%125.00%
Dave Young1114.10%125.00%
Greg Kroah-Hartman11.28%125.00%
Total78100.00%4100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.