cregit-Linux how code gets into the kernel

Release 4.14 arch/arm/mach-at91/pm_data-offsets.c

// SPDX-License-Identifier: GPL-2.0
#include <linux/stddef.h>
#include <linux/kbuild.h>
#include "pm.h"


int main(void) { DEFINE(PM_DATA_PMC, offsetof(struct at91_pm_data, pmc)); DEFINE(PM_DATA_RAMC0, offsetof(struct at91_pm_data, ramc[0])); DEFINE(PM_DATA_RAMC1, offsetof(struct at91_pm_data, ramc[1])); DEFINE(PM_DATA_MEMCTRL, offsetof(struct at91_pm_data, memctrl)); DEFINE(PM_DATA_MODE, offsetof(struct at91_pm_data, mode)); DEFINE(PM_DATA_SHDWC, offsetof(struct at91_pm_data, shdwc)); DEFINE(PM_DATA_SFRBU, offsetof(struct at91_pm_data, sfrbu)); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni107100.00%2100.00%
Total107100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni11699.15%266.67%
Greg Kroah-Hartman10.85%133.33%
Total117100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.