cregit-Linux how code gets into the kernel

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

#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 Belloni116100.00%2100.00%
Total116100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.