Changeset f5837524 in mainline for uspace/drv/intctl/i8259/i8259.c
- Timestamp:
- 2018-10-29T17:15:02Z (6 years ago)
- Children:
- eec201d
- Parents:
- 184f2f8a
- git-author:
- Jakub Jermar <jakub@…> (2018-10-28 12:42:35)
- git-committer:
- Jakub Jermar <jakub@…> (2018-10-29 17:15:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/i8259/i8259.c
r184f2f8a rf5837524 101 101 * Answer the first IPC_M_CONNECT_ME_TO call. 102 102 */ 103 async_answer_ 0(icall, EOK);103 async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label()); 104 104 105 105 i8259 = (i8259_t *) ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *) arg));
Note:
See TracChangeset
for help on using the changeset viewer.