spec(reimaden): add platform support kernel module
This commit is contained in:
parent
8a0ec45d55
commit
5641dc74c5
26 changed files with 2071 additions and 0 deletions
10
spec/reimaden/ac71/hwmon_pwm.h
Normal file
10
spec/reimaden/ac71/hwmon_pwm.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef AC71_HWMON_PWM_H
|
||||
#define AC71_HWMON_PWM_H
|
||||
|
||||
#include <linux/init.h>
|
||||
|
||||
int __init ac71_hwmon_pwm_setup(void);
|
||||
void ac71_hwmon_pwm_cleanup(void);
|
||||
|
||||
#endif /* AC71_HWMON_PWM_H */
|
Loading…
Add table
Add a link
Reference in a new issue