linux_dsm_epyc7002/include/linux/synotify.h
AuxXxilium 5fa3ea047a init: add dsm gpl source
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2024-07-05 18:00:04 +02:00

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 */