Changeset 46577995 in mainline for kernel/generic/src/ipc/ops/pagein.c
- Timestamp:
- 2018-01-04T20:50:52Z (7 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ops/pagein.c
rfacacc71 r46577995 44 44 #include <arch.h> 45 45 46 static int pagein_request_preprocess(call_t *call, phone_t *phone)46 static errno_t pagein_request_preprocess(call_t *call, phone_t *phone) 47 47 { 48 48 /* … … 58 58 } 59 59 60 static int pagein_answer_preprocess(call_t *answer, ipc_data_t *olddata)60 static errno_t pagein_answer_preprocess(call_t *answer, ipc_data_t *olddata) 61 61 { 62 62 /*
Note:
See TracChangeset
for help on using the changeset viewer.