This commit is contained in:
Naoki Hamada
2014-09-22 10:46:33 +09:00
parent 55aeceb1bf
commit 43e54dcf85
4 changed files with 15 additions and 25 deletions

View File

@ -164,9 +164,9 @@ struct procfs_read {
unsigned long pbuf; /* physical address of the host buffer (request) */
unsigned long offset; /* offset to read (request) */
int count; /* bytes to read (request) */
int error; /* non-zero if below fields are invalid. (answer) */
int eof; /* if eof is detected, 1 otherwise 0. (answer)*/
int ret; /* read bytes (answer) */
int status; /* non-zero if done (answer) */
int newcpu; /* migrated new cpu (answer) */
char fname[PROCFS_NAME_MAX]; /* procfs filename (request) */
};