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
7
spec/reimaden/ac71/util.h
Normal file
7
spec/reimaden/ac71/util.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef AC71_UTIL_H
|
||||
#define AC71_UTIL_H
|
||||
|
||||
#define SET_BIT(value, bit, on) ((on) ? ((value) | (bit)) : ((value) & ~(bit)))
|
||||
|
||||
#endif /* AC71_UTIL_H */
|
Loading…
Add table
Add a link
Reference in a new issue