/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _AS5011_H #define _AS5011_H /* * Copyright (c) 2010, 2011 Fabien Marteau */ struct as5011_platform_data { unsigned int axis_irq; /* irq number */ unsigned long axis_irqflags; char xp, xn; /* threshold for x axis */ char yp, yn; /* threshold for y axis */ }; #endif /* _AS5011_H */ ro/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
/kernel/log/Documentation/kernel-hacking?id=81e78b7ec61e89e8bab9736551839f79b063614c&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2024-11-22docs/licensing: Clarify wording about "GPL" and "Proprietary"Uwe Kleine-König
2024-10-14fix grammar on false-sharing.rstVishnu Sanal T