spec(reimaden): add platform support kernel module
This commit is contained in:
parent
1c95aba389
commit
a23ec8f250
26 changed files with 2071 additions and 0 deletions
9
spec/reimaden/ac71/pr.h
Normal file
9
spec/reimaden/ac71/pr.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef AC71_PR_H
|
||||
#define AC71_PR_H
|
||||
|
||||
#define pr_fmt(fmt) KBUILD_MODNAME "/" KBUILD_BASENAME ": %s: " fmt, __func__
|
||||
|
||||
#include <linux/printk.h>
|
||||
|
||||
#endif /* AC71_PR_H */
|
Loading…
Add table
Add a link
Reference in a new issue