Mercurial > hg > Members > tobaru > CbC_xv6
view src/interface/SysRead.h @ 131:c690327cabc8
using dg file
author | anatofuz |
---|---|
date | Wed, 04 Dec 2019 20:44:29 +0900 |
parents | 7ce72e373d9b |
children | 0c24464a66d8 |
line wrap: on
line source
typedef struct SysRead<Type, Impl>{ union Data* sys_read; int num; char* addr; struct file* file; __code read(Impl* sys_read, __code next(...)); //__code ret(Impl* cbc_sys_file, UInteger* num); __code next(...); } SysRead;