feat(reimaden): add platform support kernel module
This commit is contained in:
parent
b3d50a3180
commit
6c52d98c54
26 changed files with 2071 additions and 0 deletions
17
spec/reimaden/ac71/pdev.h
Normal file
17
spec/reimaden/ac71/pdev.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef AC71_PDEV_H
|
||||
#define AC71_PDEV_H
|
||||
|
||||
#include <linux/init.h>
|
||||
#include <linux/platform_device.h>
|
||||
|
||||
/* ========================================================================== */
|
||||
|
||||
extern struct platform_device *ac71_platform_dev;
|
||||
|
||||
/* ========================================================================== */
|
||||
|
||||
int __init ac71_pdev_setup(void);
|
||||
void ac71_pdev_cleanup(void);
|
||||
|
||||
#endif /* AC71_PDEV_H */
|
Loading…
Add table
Add a link
Reference in a new issue