spec(reimaden): add platform support kernel module

This commit is contained in:
514fpv 2024-02-14 03:23:48 +08:00
parent 8a0ec45d55
commit 5641dc74c5
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
26 changed files with 2071 additions and 0 deletions

12
spec/reimaden/ac71/misc.h Normal file
View file

@ -0,0 +1,12 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef AC71_MISC_H
#define AC71_MISC_H
#include <linux/types.h>
/* ========================================================================== */
int ac71_fn_lock_get_state(void);
int ac71_fn_lock_set_state(bool state);
#endif /* AC71_MISC_H */