mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-02-12 21:35:23 +00:00
13 lines
316 B
C
13 lines
316 B
C
#ifndef __BACKPORT_LINUX_MODULEPARAM_H
|
|
#define __BACKPORT_LINUX_MODULEPARAM_H
|
|
#include_next <linux/moduleparam.h>
|
|
|
|
#ifndef kparam_block_sysfs_write
|
|
#define kparam_block_sysfs_write(a)
|
|
#endif
|
|
#ifndef kparam_unblock_sysfs_write
|
|
#define kparam_unblock_sysfs_write(a)
|
|
#endif
|
|
|
|
#endif /* __BACKPORT_LINUX_MODULEPARAM_H */
|