mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 00:50:50 +07:00
5fa3ea047a
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
18 lines
333 B
C
18 lines
333 B
C
#ifndef MY_ABC_HERE
|
|
#define MY_ABC_HERE
|
|
#endif
|
|
/*
|
|
* Copyright (C) 2021 synology
|
|
*/
|
|
#ifndef _LINUX_SYNOTIFY_H
|
|
#define _LINUX_SYNOTIFY_H
|
|
|
|
#ifdef MY_ABC_HERE
|
|
#include <linux/sysctl.h>
|
|
#include <uapi/linux/synotify.h>
|
|
|
|
extern struct ctl_table synotify_table[]; /* for sysctl */
|
|
#endif /* MY_ABC_HERE */
|
|
|
|
#endif /* _LINUX_SYNOTIFY_H */
|