view src/interface/SyscallDispatch.h @ 370:8e1d4f238dc8

rename
author anatofuz
date Sun, 05 Jul 2020 15:00:22 +0900
parents src/interface/Syscall.h@dd720f057eb3
children
line wrap: on
line source

typedef struct SyscallDispatch <Type, Impl> {
  __code dispatch(Impl* syscall_dispatch, __code next(...));
  __code next(....);
} SyscallDispatch;