mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 06:06:41 +07:00
8 lines
102 B
C
8 lines
102 B
C
|
#include <linux/kernel.h>
|
||
|
#include <linux/errno.h>
|
||
|
|
||
|
long compat_ni_syscall(void)
|
||
|
{
|
||
|
return -ENOSYS;
|
||
|
}
|