summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/create_module.S
blob: f2da644adcc8152aeea72ef999ac0d99ed853aaf (plain)
1
2
3
4
5
#include "syscalls.h"

#ifdef __NR_create_module
syscall(create_module,create_module)
#endif