view src/impl/ReadSyscallImpl.h @ 379:a0d6f7124b9b

add ReadSyscall interface
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 13 Jul 2020 16:10:06 +0900
parents
children
line wrap: on
line source

typedef struct ReadSyscallImpl <Type, Isa> impl ReadSyscall {
  __code next(....);
} ReadSyscallImpl;